Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprObjC.cpp124 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
134 RBracLoc(RBracLoc) { in ObjCMessageExpr()
145 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
152 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
162 SourceLocation RBracLoc, bool isImplicit) in ObjCMessageExpr() argument
170 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
206 SourceLocation RBracLoc, bool isImplicit) { in Create() argument
214 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
217 Args, RBracLoc, isImplicit); in Create()
225 SourceLocation RBracLoc, bool isImplicit) { in Create() argument
[all …]
/external/clang/include/clang/AST/
DExprObjC.h905 SourceLocation LBracLoc, RBracLoc;
930 SourceLocation RBracLoc,
940 SourceLocation RBracLoc,
950 SourceLocation RBracLoc,
1047 SourceLocation RBracLoc,
1081 SourceLocation RBracLoc,
1115 SourceLocation RBracLoc,
1311 SourceLocation getRightLoc() const { return RBracLoc; }
1325 RBracLoc);
1342 RBracLoc = R.getEnd();
[all …]
/external/clang/lib/Sema/
DSemaExprObjC.cpp2157 SourceLocation RBracLoc, in ActOnSuperMessage() argument
2192 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2200 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2337 SourceLocation RBracLoc, in BuildClassMessage() argument
2361 SelectorLocs, /*Method=*/nullptr, makeArrayRef(Args, NumArgs), RBracLoc, in BuildClassMessage()
2389 SourceRange(LBracLoc, RBracLoc)); in BuildClassMessage()
2414 SuperLoc.isValid(), LBracLoc, RBracLoc, in BuildClassMessage()
2456 RBracLoc, isImplicit); in BuildClassMessage()
2461 RBracLoc, isImplicit); in BuildClassMessage()
2476 SourceLocation RBracLoc, in ActOnClassMessage() argument
[all …]
DTreeTransform.h2873 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2878 RBracLoc, Args); in RebuildObjCMessageExpr()
2888 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2893 RBracLoc, Args); in RebuildObjCMessageExpr()
2904 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2909 RBracLoc, Args) in RebuildObjCMessageExpr()
2914 RBracLoc, Args); in RebuildObjCMessageExpr()
/external/clang/lib/Parse/
DParseObjc.cpp3303 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' in ParseObjCMessageExpressionBody() local
3314 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3317 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
3319 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/external/clang/include/clang/Sema/
DSema.h7605 SourceLocation RBracLoc,
7615 SourceLocation RBracLoc,
7631 SourceLocation RBracLoc,
7641 SourceLocation RBracLoc,
7657 SourceLocation RBracLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1113 E->RBracLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr()