reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
 1151     PP.Diag(LParenLoc, diag::err_pp_directive_required) << II;
 1167     LParenLoc = PP.getLocForEndOfToken(LParenLoc);
 1167     LParenLoc = PP.getLocForEndOfToken(LParenLoc);
 1168     PP.Diag(LParenLoc, diag::err_pp_expected_after) << II << tok::l_paren;
 1175     LParenLoc = Tok.getLocation();
 1201     PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;