Home | History | Annotate | Download | only in Basic

Lines Matching defs:IdentifierTable

1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
11 // IdentifierTable interfaces.
15 #include "clang/Basic/IdentifierTable.h"
51 // IdentifierTable Implementation
74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
123 const LangOptions &LangOpts, IdentifierTable &Table) {
159 IdentifierTable &Table) {
168 IdentifierTable &Table) {
174 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
256 void IdentifierTable::PrintStats() const {
468 SelectorTable::constructSetterName(IdentifierTable &Idents,