Home | History | Annotate | Download | only in Basic

Lines Matching refs:Table

1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
80 // Populate the identifier table with info about keywords for the current
162 const LangOptions &LangOpts, IdentifierTable &Table) {
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
187 IdentifierTable &Table) {
188 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
196 IdentifierTable &Table) {
197 Table.get(Name).setObjCKeywordID(ObjCID);
200 /// AddKeywords - Add all keywords to the symbol table.
310 /// PrintStats - Print statistics about how well the identifier table is doing
328 fprintf(stderr, "\n*** Identifier Table Stats:\n");
572 llvm::FoldingSet<MultiKeywordSelector> Table;
615 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))
625 SelTabImpl.Table.InsertNode(SI, InsertPos);