Searched defs:LPLoc (Results 1 – 5 of 5) sorted by relevance
29 SourceLocation LPLoc; /// The location of the left paren variable190 SourceLocation LPLoc; variable
3898 SourceLocation LPLoc; // the location of the left paren variable
3439 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr()3469 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr()
15999 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr()16004 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr()
3054 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local