Home | History | Annotate | Download | only in Sema

Lines Matching refs:LPLoc

8572 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
8585 return ExprError(Diag(LPLoc, diag::err_stmtexpr_file_scope));
8624 InitializedEntity::InitializeResult(LPLoc,
8646 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc);