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"
50 // IdentifierTable Implementation
73 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
120 const LangOptions &LangOpts, IdentifierTable &Table) {
152 IdentifierTable &Table) {
161 IdentifierTable &Table) {
167 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
249 void IdentifierTable::PrintStats() const {
462 SelectorTable::constructSetterName(IdentifierTable &Idents,