Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2124 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument
2130 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr()
2144 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
2148 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument
2151 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr()
2161 ConstructExpr->setParenRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp8915 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument
8928 return ExprError(Diag(LPLoc, diag::err_stmtexpr_file_scope)); in ActOnStmtExpr()
8967 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr()
8989 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
/external/clang/include/clang/AST/
DExpr.h2724 SourceLocation LPLoc; // the location of the left paren variable
2731 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr()
2746 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
2747 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
2753 return SourceRange(LPLoc, getSubExpr()->getSourceRange().getEnd()); in getSourceRange()
/external/clang/lib/Parse/
DParseObjc.cpp2648 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
2649 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.take()); in ParseObjCBoxedExpr()
/external/clang/include/clang/Sema/
DSema.h3079 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,