Searched refs:RPLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 2558 SourceLocation RPLoc; // the location of the right paren variable 2564 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2582 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() 2583 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() 3258 SourceLocation RPLoc, QualType t) in VAArgExpr() argument 3267 RParenLoc(RPLoc) { } in VAArgExpr()
|
D | ExprCXX.h | 942 SourceLocation RPLoc);
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1201 SourceLocation RPLoc = MatchRHSPunctuation(tok::r_paren, LPLoc); in ParseDoStatement() local 1208 Cond.get(), RPLoc); in ParseDoStatement()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7985 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr() argument 8053 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr() 8225 SourceLocation RPLoc) { in ActOnBuiltinOffsetOf() argument 8236 RPLoc); in ActOnBuiltinOffsetOf() 8243 SourceLocation RPLoc) { in ActOnChooseExpr() argument 8272 resType, VK, OK, RPLoc, in ActOnChooseExpr() 8512 SourceLocation RPLoc) { in ActOnVAArg() argument 8515 return BuildVAArgExpr(BuiltinLoc, expr, TInfo, RPLoc); in ActOnVAArg() 8520 SourceLocation RPLoc) { in BuildVAArgExpr() argument 8587 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T)); in BuildVAArgExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2436 SourceLocation RPLoc); // "({..})" 2465 Expr *expr2, SourceLocation RPLoc); 2470 SourceLocation RPLoc); 2473 SourceLocation RPLoc);
|