Home | History | Annotate | Download | only in Basic

Lines Matching defs:IdentifierTable

1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
11 // IdentifierTable interfaces.
16 #include "clang/Basic/IdentifierTable.h"
52 // IdentifierTable Implementation
75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
125 const LangOptions &LangOpts, IdentifierTable &Table) {
162 IdentifierTable &Table) {
171 IdentifierTable &Table) {
177 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
259 void IdentifierTable::PrintStats() const {
509 SelectorTable::constructSetterSelector(IdentifierTable &Idents,