Lines Matching full:identifier
1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
33 TokenID = tok::identifier;
60 /// \brief A simple identifier lookup iterator that represents an
80 // Populate the identifier table with info about keywords for the current
171 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
233 /// \brief Returns true if the identifier represents a keyword in the
300 /// PrintStats - Print statistics about how well the identifier table is doing
309 // TODO: Figure out maximum times an identifier had to probe for -stats.
318 fprintf(stderr, "\n*** Identifier Table Stats:\n");
323 fprintf(stderr, "Ave identifier length: %f\n",
325 fprintf(stderr, "Max identifier length: %d\n", MaxIdentifierLength);