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.cpp125 KS_Extension, // Is an extension enumerator
163 return LangOpts.GNUKeywords ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
165 return LangOpts.MicrosoftExt ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
172 return LangOpts.Borland ? KS_Extension : KS_Unknown; in getKeywordStatusHelper()
287 Info.setIsExtensionToken(AddResult == KS_Extension); in AddKeyword()
374 case KS_Extension: in isKeyword()