Home
last modified time | relevance | path

Searched refs:PPKeywordKind (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTokenKinds.h33 enum PPKeywordKind { enum
72 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) {
DIdentifierTable.h287 tok::PPKeywordKind getPPKeywordID() const; in alignas()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DTokenKinds.cpp49 const char *tok::getPPKeywordSpelling(tok::PPKeywordKind Kind) { in getPPKeywordSpelling()
DIdentifierTable.cpp395 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID()
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h540 bool is(tok::PPKeywordKind Kind) const { in is()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2769 tok::PPKeywordKind Kind);
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp3413 tok::PPKeywordKind Kind) { in HandleElifFamilyDirective()