Home
last modified time | relevance | path

Searched refs:RPLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h2558 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()
DExprCXX.h942 SourceLocation RPLoc);
/external/clang/lib/Parse/
DParseStmt.cpp1201 SourceLocation RPLoc = MatchRHSPunctuation(tok::r_paren, LPLoc); in ParseDoStatement() local
1208 Cond.get(), RPLoc); in ParseDoStatement()
/external/clang/lib/Sema/
DSemaExpr.cpp7985 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/
DSema.h2436 SourceLocation RPLoc); // "({..})"
2465 Expr *expr2, SourceLocation RPLoc);
2470 SourceLocation RPLoc);
2473 SourceLocation RPLoc);