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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 2459   if (LBracLoc.isInvalid()) {
 2462     LBracLoc = Loc;
 2478         Context, ReceiverType, VK_RValue, LBracLoc, ReceiverTypeInfo, Sel,
 2507                                                SourceRange(LBracLoc, RBracLoc));
 2532                                 Method, true, SuperLoc.isValid(), LBracLoc,
 2537       RequireCompleteType(LBracLoc, Method->getReturnType(),
 2569     Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,
 2575     Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,