Lines Matching defs:LBracLoc

2393                                        Selector Sel, SourceLocation LBracLoc,
2431 LBracLoc, SelectorLocs, RBracLoc, Args);
2439 LBracLoc, SelectorLocs, RBracLoc, Args);
2613 /// \param LBracLoc The location of the opening square bracket ']'.
2621 SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs,
2626 if (LBracLoc.isInvalid()) {
2629 LBracLoc = Loc;
2644 return ObjCMessageExpr::Create(Context, ReceiverType, VK_PRValue, LBracLoc,
2674 SourceRange(LBracLoc, RBracLoc));
2699 Method, true, SuperLoc.isValid(), LBracLoc,
2705 LBracLoc, Method->getReturnType(),
2747 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/false,
2752 Context, ReturnType, VK, LBracLoc, ReceiverTypeInfo, Sel, SelectorLocs,
2767 Selector Sel, SourceLocation LBracLoc,
2779 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc);
2783 /*Method=*/nullptr, LBracLoc, SelectorLocs, RBracLoc,
2838 /// \param LBracLoc The location of the opening square bracket ']'.
2845 Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc,
2864 if (LBracLoc.isInvalid()) {
2867 LBracLoc = Loc;
2891 Context, Context.DependentTy, VK_PRValue, LBracLoc, Receiver, Sel,
2972 SourceRange(LBracLoc, RBracLoc),
3033 << Sel << SourceRange(LBracLoc, RBracLoc);
3119 SourceRange(LBracLoc, RBracLoc),
3242 LBracLoc, RBracLoc, RecRange, ReturnType, VK))
3247 LBracLoc, Method->getReturnType(),
3338 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/true,
3343 Context, ReturnType, VK, LBracLoc, Receiver, Sel, SelectorLocs, Method,
3398 LBracLoc))
3424 Selector Sel, SourceLocation LBracLoc,
3449 /*Method=*/nullptr, LBracLoc, SelectorLocs,