Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h926 SourceLocation LBracLoc, RBracLoc;
944 SourceLocation RBracLoc,
954 SourceLocation RBracLoc,
964 SourceLocation RBracLoc,
1064 SourceLocation RBracLoc,
1098 SourceLocation RBracLoc,
1132 SourceLocation RBracLoc,
1327 SourceLocation getRightLoc() const { return RBracLoc; }
1341 RBracLoc);
1358 RBracLoc = R.getEnd();
[all …]
DStmt.h543 SourceLocation LBracLoc, RBracLoc; variable
550 : Stmt(CompoundStmtClass), Body(0), LBracLoc(Loc), RBracLoc(Loc) { in CompoundStmt()
600 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; } in getLocEnd()
604 SourceLocation getRBracLoc() const { return RBracLoc; } in getRBracLoc()
605 void setRBracLoc(SourceLocation L) { RBracLoc = L; } in setRBracLoc()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1882 SourceLocation RBracLoc, in ActOnSuperMessage() argument
1918 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
1926 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2026 SourceLocation RBracLoc, in BuildClassMessage() argument
2051 makeArrayRef(Args, NumArgs),RBracLoc, in BuildClassMessage()
2079 SourceRange(LBracLoc, RBracLoc)); in BuildClassMessage()
2104 SuperLoc.isValid(), LBracLoc, RBracLoc, in BuildClassMessage()
2120 RBracLoc, isImplicit); in BuildClassMessage()
2125 RBracLoc, isImplicit); in BuildClassMessage()
2140 SourceLocation RBracLoc, in ActOnClassMessage() argument
[all …]
DTreeTransform.h2377 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2382 RBracLoc, Args); in RebuildObjCMessageExpr()
2392 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2397 RBracLoc, Args); in RebuildObjCMessageExpr()
/external/clang/lib/AST/
DExpr.cpp3277 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3287 SuperLoc(SuperLoc), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3302 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3311 LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3326 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3336 LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3377 SourceLocation RBracLoc, in Create() argument
3386 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3389 Method, Args, RBracLoc, isImplicit); in Create()
3400 SourceLocation RBracLoc, in Create() argument
[all …]
DStmt.cpp258 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) { in CompoundStmt()
/external/clang/lib/Parse/
DParseObjc.cpp2593 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' in ParseObjCMessageExpressionBody() local
2604 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2607 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2609 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/external/clang/include/clang/Sema/
DSema.h6650 SourceLocation RBracLoc,
6660 SourceLocation RBracLoc,
6676 SourceLocation RBracLoc,
6686 SourceLocation RBracLoc,
6702 SourceLocation RBracLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1059 E->RBracLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr()