Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp124 KS_Extension, // Is an extension enumerator
162 return LangOpts.GNUKeywords ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
164 return LangOpts.MicrosoftExt ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
171 return LangOpts.Borland ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
262 Info.setIsExtensionToken(AddResult == KS_Extension); in AddKeyword()
347 case KS_Extension: in isKeyword()