Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2327 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument
2333 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr()
2347 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
2351 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument
2354 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr()
2364 ConstructExpr->setParenRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp9669 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument
9682 return ExprError(Diag(LPLoc, diag::err_stmtexpr_file_scope)); in ActOnStmtExpr()
9721 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr()
9743 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
/external/clang/include/clang/AST/
DExpr.h2826 SourceLocation LPLoc; // the location of the left paren variable
2833 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr()
2848 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
2849 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
2854 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; } in getLocStart()
/external/clang/lib/Parse/
DParseObjc.cpp2698 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
2699 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.take()); in ParseObjCBoxedExpr()
/external/clang/include/clang/Sema/
DSema.h3429 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,