Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp129 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() function
160 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword()
237 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS); in getTokenKwStatus()