Home | History | Annotate | Download | only in Lex

Lines Matching refs:LParenLoc

1085   SourceLocation LParenLoc = Tok.getLocation();
1089 PP.Diag(LParenLoc, diag::err_pp_directive_required) << II->getName();
1099 LParenLoc = PP.getLocForEndOfToken(LParenLoc);
1100 PP.Diag(LParenLoc, diag::err_pp_missing_lparen) << II->getName();
1108 LParenLoc = Tok.getLocation();
1164 PP.Diag(LParenLoc, diag::note_matching) << "(";
1226 SourceLocation LParenLoc = Tok.getLocation();
1246 PP.Diag(LParenLoc, diag::note_matching) << "(";