Home | History | Annotate | Download | only in Basic

Lines Matching defs:IdentifierTable

1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
10 // This file defines the IdentifierInfo, IdentifierTable, and Selector
37 class IdentifierTable;
76 friend class IdentifierTable;
322 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
330 /// Unlike the version in IdentifierTable, this returns a pointer instead
361 /// IdentifierTable - This table implements an efficient mapping from strings to
365 class IdentifierTable {
374 /// IdentifierTable ctor - Create the identifier table, populating it with
376 IdentifierTable(const LangOptions &LangOpts,
663 static Selector constructSetterName(IdentifierTable &Idents,