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

References

tools/clang/include/clang/Basic/IdentifierTable.h
  210   tok::PPKeywordKind getPPKeywordID() const;
tools/clang/lib/Basic/IdentifierTable.cpp
  264 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
tools/clang/lib/Format/FormatToken.h
  317   bool is(tok::PPKeywordKind Kind) const {
  325   bool isOneOf(A K1, B K2, Ts... Ks) const {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  686   ConditionalTracker(clang::tok::PPKeywordKind DirectiveKind,
  720   clang::tok::PPKeywordKind DirectiveKind;
 1096                                   clang::tok::PPKeywordKind DirectiveKind,
 1239   static const char *getDirectiveSpelling(clang::tok::PPKeywordKind kind) {