Searched defs:LPLoc (Results 1 – 5 of 5) sorted by relevance
153 SourceLocation LPLoc; /// The location of the left paren variable314 SourceLocation LPLoc; variable
3746 SourceLocation LPLoc; // the location of the left paren variable
3285 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr()3313 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr()
16134 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr()16139 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr()
3459 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local