Searched defs:LPLoc (Results 1 – 5 of 5) sorted by relevance
153 SourceLocation LPLoc; /// The location of the left paren variable314 SourceLocation LPLoc; variable
3661 SourceLocation LPLoc; // the location of the left paren variable
3180 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr()3208 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr()
14977 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr()14982 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr()
3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local