Lines Matching defs:LParenLoc
1455 QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc,
1462 TypeAndInitForm(TSI, IsListInit), LParenLoc(LParenLoc),
1473 SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc,
1476 return new (Mem) CXXUnresolvedConstructExpr(T, TSI, LParenLoc, Args,
1935 SourceLocation InitLoc, SourceLocation LParenLoc,
1939 LParenLoc, RParenLoc);
1951 SourceLocation LParenLoc, Expr *LHS,
1956 : Expr(CXXFoldExprClass, T, VK_PRValue, OK_Ordinary), LParenLoc(LParenLoc),