reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 2471   if (ReceiverType->isDependentType()) {
 2478         Context, ReceiverType, VK_RValue, LBracLoc, ReceiverTypeInfo, Sel,
 2485   const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>();
 2488       << ReceiverType;
 2530   if (CheckMessageArgumentTypes(/*Receiver=*/nullptr, ReceiverType,
 2571                                      ReceiverType, Sel, SelectorLocs,
 2584                        ReceiverType, /*IsClassObjectCall=*/true);