Lines Matching refs:LangOptions
69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable()
136 static KeywordStatus getKeywordStatusHelper(const LangOptions &LangOpts, in getKeywordStatusHelper()
223 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus()
231 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in getKeywordStatus()
254 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
332 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus()
344 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword()
356 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword()
361 LangOptions LangOptsNoCPP = LangOpts; in isCPlusPlusKeyword()
369 IdentifierInfo::isReserved(const LangOptions &LangOpts) const { in isReserved()
841 const LangOptions &LangOpts) { in getFutureCompatDiagKind()