Home
last modified time | relevance | path

Searched refs:RBracLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DExprObjC.cpp141 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
151 RBracLoc(RBracLoc) { in ObjCMessageExpr()
162 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
169 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
179 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
187 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
223 SourceLocation RBracLoc, bool isImplicit) { in Create() argument
231 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
234 Args, RBracLoc, isImplicit); in Create()
242 SourceLocation RBracLoc, bool isImplicit) { in Create() argument
[all …]
/external/clang/include/clang/AST/
DExprObjC.h916 SourceLocation LBracLoc, RBracLoc;
934 SourceLocation RBracLoc,
944 SourceLocation RBracLoc,
954 SourceLocation RBracLoc,
1054 SourceLocation RBracLoc,
1088 SourceLocation RBracLoc,
1122 SourceLocation RBracLoc,
1317 SourceLocation getRightLoc() const { return RBracLoc; }
1331 RBracLoc);
1348 RBracLoc = R.getEnd();
[all …]
/external/clang/lib/Sema/
DSemaExprObjC.cpp2142 SourceLocation RBracLoc, in ActOnSuperMessage() argument
2177 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2185 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2324 SourceLocation RBracLoc, in BuildClassMessage() argument
2348 SelectorLocs, /*Method=*/nullptr, makeArrayRef(Args, NumArgs), RBracLoc, in BuildClassMessage()
2376 SourceRange(LBracLoc, RBracLoc)); in BuildClassMessage()
2401 SuperLoc.isValid(), LBracLoc, RBracLoc, in BuildClassMessage()
2443 RBracLoc, isImplicit); in BuildClassMessage()
2448 RBracLoc, isImplicit); in BuildClassMessage()
2463 SourceLocation RBracLoc, in ActOnClassMessage() argument
[all …]
DTreeTransform.h2790 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2795 RBracLoc, Args); in RebuildObjCMessageExpr()
2805 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2810 RBracLoc, Args); in RebuildObjCMessageExpr()
2821 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2826 RBracLoc, Args) in RebuildObjCMessageExpr()
2831 RBracLoc, Args); in RebuildObjCMessageExpr()
/external/clang/lib/Parse/
DParseObjc.cpp3245 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' in ParseObjCMessageExpressionBody() local
3256 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3259 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3261 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/external/clang/include/clang/Sema/
DSema.h7434 SourceLocation RBracLoc,
7444 SourceLocation RBracLoc,
7460 SourceLocation RBracLoc,
7470 SourceLocation RBracLoc,
7486 SourceLocation RBracLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1106 E->RBracLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr()