Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2593 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() argument
2599 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd()); in BuildCStyleCastExpr()
2613 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc)); in BuildCStyleCastExpr()
2617 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr() argument
2620 assert(LPLoc.isValid() && "List-initialization shouldn't get here."); in BuildCXXFunctionalCastExpr()
2633 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
2637 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp11622 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() argument
11670 InitializedEntity::InitializeResult(LPLoc, in ActOnStmtExpr()
11692 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
/external/clang/include/clang/AST/
DExpr.h2837 SourceLocation LPLoc; // the location of the left paren variable
2844 writtenTy), LPLoc(l), RPLoc(r) {} in CStyleCastExpr()
2860 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc()
2861 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
2866 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; } in getLocStart()
DExprCXX.h1418 SourceLocation LPLoc,
/external/clang/lib/Parse/
DParseObjc.cpp3407 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
3408 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get()); in ParseObjCBoxedExpr()
/external/clang/include/clang/Sema/
DSema.h4074 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,