Home | History | Annotate | Download | only in Parse

Lines Matching full:lparenloc

3659   SourceLocation LParenLoc = Tok.getLocation();
3690 Diag(LParenLoc, diag::err_attribute_requires_arguments) << AttrName;
3695 Diag(LParenLoc, diag::err_cxx11_attribute_forbids_arguments)
3697 << FixItHint::CreateRemoval(SourceRange(LParenLoc, *EndLoc));