Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h936 SourceLocation LBracLoc, RBracLoc;
954 SourceLocation RBracLoc,
964 SourceLocation RBracLoc,
974 SourceLocation RBracLoc,
1074 SourceLocation RBracLoc,
1108 SourceLocation RBracLoc,
1142 SourceLocation RBracLoc,
1337 SourceLocation getRightLoc() const { return RBracLoc; }
1351 RBracLoc);
1368 RBracLoc = R.getEnd();
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1957 SourceLocation RBracLoc, in ActOnSuperMessage() argument
2001 LBracLoc, SelectorLocs, RBracLoc, Args); in ActOnSuperMessage()
2140 SourceLocation RBracLoc, in BuildClassMessage() argument
2259 RBracLoc, isImplicit); in BuildClassMessage()
2264 RBracLoc, isImplicit); in BuildClassMessage()
2279 SourceLocation RBracLoc, in ActOnClassMessage() argument
2343 SourceLocation RBracLoc, in BuildInstanceMessage() argument
2384 RBracLoc, isImplicit); in BuildInstanceMessage()
2507 << Sel << SourceRange(LBracLoc, RBracLoc); in BuildInstanceMessage()
2823 SourceLocation RBracLoc, in ActOnInstanceMessage() argument
[all …]
H A DTreeTransform.h2605 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2610 RBracLoc, Args); in RebuildObjCMessageExpr()
2620 SourceLocation RBracLoc) { in RebuildObjCMessageExpr() argument
2625 RBracLoc, Args); in RebuildObjCMessageExpr()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp3448 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3459 RBracLoc(RBracLoc) in ObjCMessageExpr()
3474 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3483 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3498 SourceLocation RBracLoc, in ObjCMessageExpr() argument
3508 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3549 SourceLocation RBracLoc, in Create() argument
3558 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
3572 SourceLocation RBracLoc, in Create() argument
3581 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp799 SourceLocation RBracLoc; in VisitSwitchStmt() local
807 RBracLoc = CS->getRBracLoc(); in VisitSwitchStmt()
820 if (RBracLoc.isValid()) in VisitSwitchStmt()
821 mapSourceCodeRange(RBracLoc); in VisitSwitchStmt()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2555 SourceLocation RBracLoc = ConsumeBracket(); // consume ']' in ParseObjCMessageExpressionBody() local
2566 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2569 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
2571 LBracLoc, KeyLocs, RBracLoc, KeyExprs); in ParseObjCMessageExpressionBody()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7171 SourceLocation RBracLoc,
7181 SourceLocation RBracLoc,
7197 SourceLocation RBracLoc,
7207 SourceLocation RBracLoc,
7223 SourceLocation RBracLoc,
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1066 E->RBracLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr()