Home | History | Annotate | Download | only in Basic

Lines Matching defs:Table

1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
80 // Populate the identifier table with info about keywords for the current
125 const LangOptions &LangOpts, IdentifierTable &Table) {
153 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
162 IdentifierTable &Table) {
163 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
171 IdentifierTable &Table) {
172 Table.get(Name).setObjCKeywordID(ObjCID);
175 /// AddKeywords - Add all keywords to the symbol table.
257 /// PrintStats - Print statistics about how well the identifier table is doing
275 fprintf(stderr, "\n*** Identifier Table Stats:\n");
491 llvm::FoldingSet<MultiKeywordSelector> Table;
534 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))
544 SelTabImpl.Table.InsertNode(SI, InsertPos);