Home | History | Annotate | Download | only in Basic

Lines Matching refs:Table

1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
78 // Populate the identifier table with info about keywords for the current
122 const LangOptions &LangOpts, IdentifierTable &Table) {
149 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
158 IdentifierTable &Table) {
159 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
167 IdentifierTable &Table) {
168 Table.get(Name).setObjCKeywordID(ObjCID);
171 /// AddKeywords - Add all keywords to the symbol table.
253 /// PrintStats - Print statistics about how well the identifier table is doing
271 fprintf(stderr, "\n*** Identifier Table Stats:\n");
490 llvm::FoldingSet<MultiKeywordSelector> Table;
533 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))
543 SelTabImpl.Table.InsertNode(SI, InsertPos);