Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp127 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() function
167 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags); in AddKeyword()
244 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS); in getTokenKwStatus()