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

/external/clang/lib/Sema/
H A DSemaCast.cpp2461 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, argument
2467 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2481 &Op.BasePath, CastTypeInfo, LPLoc, RPLoc));
2485 SourceLocation LPLoc,
2488 assert(LPLoc.isValid() && "List-initialization shouldn't get here.");
2501 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc));
2505 Op.SrcExpr.get(), &Op.BasePath, LPLoc, RPLoc));
2484 BuildCXXFunctionalCastExpr(TypeSourceInfo *CastTypeInfo, SourceLocation LPLoc, Expr *CastExpr, SourceLocation RPLoc) argument
H A DSemaExpr.cpp11090 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, argument
11137 InitializedEntity::InitializeResult(LPLoc,
11159 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc);
/external/clang/include/clang/AST/
H A DExpr.h2906 SourceLocation LPLoc; // the location of the left paren member in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
2913 writtenTy), LPLoc(l), RPLoc(r) {}
2929 SourceLocation getLParenLoc() const { return LPLoc; }
2930 void setLParenLoc(SourceLocation L) { LPLoc = L; }
2935 SourceLocation getLocStart() const LLVM_READONLY { return LPLoc; }
H A DExprCXX.h1337 SourceLocation LPLoc,
/external/clang/lib/Parse/
H A DParseObjc.cpp3350 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
3351 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get());
/external/clang/include/clang/Sema/
H A DSema.h3981 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,

Completed in 217 milliseconds