Home | History | Annotate | Download | only in Parse

Lines Matching refs:LParenLoc

1502         SourceLocation LParenLoc = PP.getLocForEndOfToken(OpTok.getLocation());
1504 Diag(LParenLoc, diag::err_expected_parentheses_around_typename)
1506 << FixItHint::CreateInsertion(LParenLoc, "(")
1527 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
1531 CastRange = SourceRange(LParenLoc, RParenLoc);
1579 SourceLocation LParenLoc, RParenLoc;
1585 LParenLoc = T.getOpenLocation();
1600 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1602 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1604 << FixItHint::CreateInsertion(LParenLoc, "(")
2154 SourceLocation LParenLoc,
2158 Diag(LParenLoc, diag::ext_c99_compound_literal);
2161 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.get());