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

References

tools/clang/lib/Lex/Pragma.cpp
 1030     PP.LexUnexpandedToken(Tok);
 1031     if (Tok.isNot(tok::identifier)) {
 1032       PP.Diag(Tok, diag::warn_pragma_diagnostic_invalid);
 1035     IdentifierInfo *II = Tok.getIdentifierInfo();
 1045       Crasher.setAnnotationRange(SourceRange(Tok.getLocation()));
 1055             SourceRange(Tok.getLocation(), Identifier.getLocation()));
 1093       if (LexModuleName(PP, Tok, ModuleName))
 1115       PP.Diag(Tok, diag::warn_pragma_debug_unexpected_command)
 1121       Callbacks->PragmaDebug(Tok.getLocation(), II->getName());