Lines Matching defs:Table
258 const LangOptions &LangOpts, IdentifierTable &Table) {
265 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
274 IdentifierTable &Table) {
275 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
283 IdentifierTable &Table) {
284 Table.get(Name).setObjCKeywordID(ObjCID);
289 IdentifierTable &Table) {
292 IdentifierInfo &Info = Table.get(Name, tok::identifier);
505 fprintf(stderr, "\n*** Identifier Table Stats:\n");
724 llvm::FoldingSet<MultiKeywordSelector> Table;
775 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))
785 SelTabImpl.Table.InsertNode(SI, InsertPos);