Searched refs:LPLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2461 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument 2467 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr() 2481 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr() 2485 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument 2488 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr() 2501 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr() 2505 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 11090 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument 11137 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr() 11159 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2906 SourceLocation LPLoc; // the location of the left paren variable 2913 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr() 2929 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() 2930 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() 2935 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; } in getLocStart()
|
D | ExprCXX.h | 1337 SourceLocation LPLoc,
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 3350 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local 3351 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3981 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
|