Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h927 SourceLocation LBracLoc, RBracLoc;
945 SourceLocation RBracLoc,
955 SourceLocation RBracLoc,
965 SourceLocation RBracLoc,
1065 SourceLocation RBracLoc,
1099 SourceLocation RBracLoc,
1133 SourceLocation RBracLoc,
1328 SourceLocation getRightLoc() const { return RBracLoc; }
1342 RBracLoc);
1359 RBracLoc = R.getEnd();
[all …]
DStmt.h551 SourceLocation LBracLoc, RBracLoc; variable
558 : Stmt(CompoundStmtClass), Body(nullptr), LBracLoc(Loc), RBracLoc(Loc) { in CompoundStmt()
618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; } in getLocEnd()
622 SourceLocation getRBracLoc() const { return RBracLoc; } in getRBracLoc()
623 void setRBracLoc(SourceLocation L) { RBracLoc = L; } in setRBracLoc()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1928 SourceLocation RBracLoc, in ActOnSuperMessage() argument
1964 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
1972 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2072 SourceLocation RBracLoc, in BuildClassMessage() argument
2096 SelectorLocs, /*Method=*/nullptr, makeArrayRef(Args, NumArgs), RBracLoc, in BuildClassMessage()
2124 SourceRange(LBracLoc, RBracLoc)); in BuildClassMessage()
2149 SuperLoc.isValid(), LBracLoc, RBracLoc, in BuildClassMessage()
2165 RBracLoc, isImplicit); in BuildClassMessage()
2170 RBracLoc, isImplicit); in BuildClassMessage()
2185 SourceLocation RBracLoc, in ActOnClassMessage() argument
[all …]
DTreeTransform.h2544 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2549 RBracLoc, Args); in RebuildObjCMessageExpr()
2559 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2564 RBracLoc, Args); in RebuildObjCMessageExpr()
/external/clang/lib/AST/
DExpr.cpp3376 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3387 RBracLoc(RBracLoc) in ObjCMessageExpr()
3402 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3411 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3426 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3436 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3477 SourceLocation RBracLoc, in Create() argument
3486 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3489 Method, Args, RBracLoc, isImplicit); in Create()
3500 SourceLocation RBracLoc, in Create() argument
[all …]
DStmt.cpp257 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) { in CompoundStmt()
/external/clang/lib/Parse/
DParseObjc.cpp2591 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' in ParseObjCMessageExpressionBody() local
2602 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2605 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2607 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/external/clang/include/clang/Sema/
DSema.h6963 SourceLocation RBracLoc,
6973 SourceLocation RBracLoc,
6989 SourceLocation RBracLoc,
6999 SourceLocation RBracLoc,
7015 SourceLocation RBracLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1065 E->RBracLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr()