Searched refs:RPLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2329 SourceLocation RPLoc, in BuildCStyleCastExpr() argument 2347 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 2353 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument 2364 ConstructExpr->setParenRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 2368 Op.Kind, Op.SrcExpr.take(), &Op.BasePath, RPLoc)); in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 9670 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr() argument 9743 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr() 9943 SourceLocation RPLoc) { in ActOnChooseExpr() argument 9975 resType, VK, OK, RPLoc, CondIsTrue, in ActOnChooseExpr() 10268 SourceLocation RPLoc) { in ActOnVAArg() argument 10271 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg() 10276 SourceLocation RPLoc) { in BuildVAArgExpr() argument 10356 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T)); in BuildVAArgExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2827 SourceLocation RPLoc; // the location of the right paren variable 2833 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2851 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() 2852 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() 3586 SourceLocation RPLoc, QualType t) in VAArgExpr() argument 3595 RParenLoc(RPLoc) { } in VAArgExpr()
|
D | ExprCXX.h | 1229 SourceLocation RPLoc);
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2698 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 2699 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.take()); in ParseObjCBoxedExpr() 2700 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3430 SourceLocation RPLoc); // "({..})" 3460 Expr *RHSExpr, SourceLocation RPLoc); 3464 SourceLocation RPLoc); 3466 TypeSourceInfo *TInfo, SourceLocation RPLoc);
|