Searched refs:NumIds (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHManager.h62 /// NumIds - The number of identifiers in the PTH file.
63 const unsigned NumIds; member in class:clang::PTHManager
/external/clang/lib/Lex/
H A DPTHLexer.cpp428 NumIds(numIds), PP(nullptr), SpellingBase(spellingBase),
541 uint32_t NumIds = endian::readNext<uint32_t, little, aligned>(IData); local
548 if (NumIds) {
549 PerIDCache = (IdentifierInfo**)calloc(NumIds, sizeof(*PerIDCache));
564 SL.release(), NumIds, spellingBase,

Completed in 133 milliseconds