Searched refs:RPLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2161 SourceLocation RPLoc, in BuildCStyleCastExpr() argument 2179 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 2185 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr() argument 2196 ConstructExpr->setParenRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 2200 Op.Kind, Op.SrcExpr.take(), &Op.BasePath, RPLoc)); in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 9144 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr() argument 9217 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr() 9417 SourceLocation RPLoc) { in ActOnChooseExpr() argument 9447 resType, VK, OK, RPLoc, in ActOnChooseExpr() 9744 SourceLocation RPLoc) { in ActOnVAArg() argument 9747 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc); in ActOnVAArg() 9752 SourceLocation RPLoc) { in BuildVAArgExpr() argument 9832 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T)); in BuildVAArgExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2816 SourceLocation RPLoc; // the location of the right paren variable 2822 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2840 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() 2841 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() 3537 SourceLocation RPLoc, QualType t) in VAArgExpr() argument 3546 RParenLoc(RPLoc) { } in VAArgExpr()
|
D | ExprCXX.h | 1072 SourceLocation RPLoc);
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2653 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 2654 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.take()); in ParseObjCBoxedExpr() 2655 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc), in ParseObjCBoxedExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3273 SourceLocation RPLoc); // "({..})" 3303 Expr *RHSExpr, SourceLocation RPLoc); 3307 SourceLocation RPLoc); 3309 TypeSourceInfo *TInfo, SourceLocation RPLoc);
|