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 419 void* stringIdLookup, unsigned numIds,
424 NumIds(numIds), PP(0), SpellingBase(spellingBase),
529 uint32_t NumIds = ReadLE32(IData);
536 if (NumIds) {
537 PerIDCache = (IdentifierInfo**)calloc(NumIds, sizeof(*PerIDCache));
551 SL.take(), NumIds, spellingBase,

Completed in 33 milliseconds