Searched refs:PPKeywordKind (Results 1 – 7 of 7) sorted by relevance
33 enum PPKeywordKind { enum72 const char *getPPKeywordSpelling(PPKeywordKind Kind) LLVM_READNONE;106 template <> struct DenseMapInfo<clang::tok::PPKeywordKind> {107 static inline clang::tok::PPKeywordKind getEmptyKey() {108 return clang::tok::PPKeywordKind::pp_not_keyword;110 static inline clang::tok::PPKeywordKind getTombstoneKey() {111 return clang::tok::PPKeywordKind::NUM_PP_KEYWORDS;113 static unsigned getHashValue(const clang::tok::PPKeywordKind &Val) {116 static bool isEqual(const clang::tok::PPKeywordKind &LHS,117 const clang::tok::PPKeywordKind &RHS) {
287 tok::PPKeywordKind getPPKeywordID() const; in alignas()
49 const char *tok::getPPKeywordSpelling(tok::PPKeywordKind Kind) { in getPPKeywordSpelling()
395 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID()
540 bool is(tok::PPKeywordKind Kind) const { in is()
2769 tok::PPKeywordKind Kind);
3413 tok::PPKeywordKind Kind) { in HandleElifFamilyDirective()