Lines Matching defs: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
65 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup)
69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
71 : IdentifierTable(ExternalLookup) {
254 const LangOptions &LangOpts, IdentifierTable &Table) {
270 IdentifierTable &Table) {
279 IdentifierTable &Table) {
285 IdentifierTable &Table) {
295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
482 void IdentifierTable::PrintStats() const {
736 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
840 IdentifierTable::getFutureCompatDiagKind(const IdentifierInfo &II,