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) {
258 const LangOptions &LangOpts, IdentifierTable &Table) {
274 IdentifierTable &Table) {
283 IdentifierTable &Table) {
289 IdentifierTable &Table) {
299 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
489 void IdentifierTable::PrintStats() const {
743 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
847 IdentifierTable::getFutureCompatDiagKind(const IdentifierInfo &II,