HomeSort by relevance Sort by last modified time
    Searched refs:NumIds (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 62 /// NumIds - The number of identifiers in the PTH file.
63 const unsigned NumIds;
81 void* stringIdLookup, unsigned numIds,
  /external/clang/lib/Lex/
PTHLexer.cpp 423 void* stringIdLookup, unsigned numIds,
428 NumIds(numIds), PP(nullptr), SpellingBase(spellingBase),
541 uint32_t NumIds = endian::readNext<uint32_t, little, aligned>(IData);
548 if (NumIds) {
549 PerIDCache = (IdentifierInfo**)calloc(NumIds, sizeof(*PerIDCache));
564 SL.release(), NumIds, spellingBase,

Completed in 1010 milliseconds