Home | History | Annotate | Download | only in Parse

Lines Matching refs:LParenLoc

1545     SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
1549 CastRange = SourceRange(LParenLoc, RParenLoc);
1592 SourceLocation LParenLoc, RParenLoc;
1598 LParenLoc = T.getOpenLocation();
1613 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1615 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1617 << FixItHint::CreateInsertion(LParenLoc, "(")
2111 SourceLocation LParenLoc,
2115 Diag(LParenLoc, diag::ext_c99_compound_literal);
2118 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.take());