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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp127 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, function
167 KeywordStatus AddResult = getKeywordStatus(LangOpts, Flags);
241 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS);

Completed in 126 milliseconds