Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp120 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() function
157 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword()
231 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS); in getTokenKwStatus()