Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2461 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()
DSemaExpr.cpp11090 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/
DExpr.h2906 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()
DExprCXX.h1337 SourceLocation LPLoc,
/external/clang/lib/Parse/
DParseObjc.cpp3350 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/
DSema.h3981 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,