Lines Matching refs:IdentifierTable
1 //===- IdentifierTable.cpp - Hash table for identifier lookup -------------===//
10 // IdentifierTable interfaces.
14 #include "clang/Basic/IdentifierTable.h"
38 // need to just change the ObjCOrBuiltinIDBits value in IdentifierTable.h.
43 // IdentifierTable Implementation
66 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup)
70 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
72 : IdentifierTable(ExternalLookup) {
166 const LangOptions &LangOpts, IdentifierTable &Table) {
191 IdentifierTable &Table) {
200 IdentifierTable &Table) {
206 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
366 void IdentifierTable::PrintStats() const {
677 SelectorTable::constructSetterSelector(IdentifierTable &Idents,