Lines Matching refs:IdentifierTable
65 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() function in IdentifierTable
69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
71 : IdentifierTable(ExternalLookup) { in IdentifierTable()
254 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
270 IdentifierTable &Table) { in AddCXXOperatorKeyword()
279 IdentifierTable &Table) { in AddObjCKeyword()
285 IdentifierTable &Table) { in AddNotableIdentifier()
295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
482 void IdentifierTable::PrintStats() const { in PrintStats()
736 SelectorTable::constructSetterSelector(IdentifierTable &Idents, in constructSetterSelector()
840 IdentifierTable::getFutureCompatDiagKind(const IdentifierInfo &II, in getFutureCompatDiagKind()