Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp130 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() function
174 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword()
251 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS); in getTokenKwStatus()