Lines Matching full:identifier
1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
31 TokenID = tok::identifier;
58 /// \brief A simple identifier lookup iterator that represents an
78 // Populate the identifier table with info about keywords for the current
149 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
253 /// PrintStats - Print statistics about how well the identifier table is doing
262 // TODO: Figure out maximum times an identifier had to probe for -stats.
271 fprintf(stderr, "\n*** Identifier Table Stats:\n");
276 fprintf(stderr, "Ave identifier length: %f\n",
278 fprintf(stderr, "Max identifier length: %d\n", MaxIdentifierLength);