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

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

Completed in 1666 milliseconds