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 71 /// NumIds - The number of identifiers in the PTH file.
72 const unsigned NumIds;
92 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /external/clang/lib/Lex/
PTHLexer.cpp 420 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
424 StringIdLookup(std::move(stringIdLookup)), NumIds(numIds), PP(nullptr),
533 uint32_t NumIds = endian::readNext<uint32_t, little, aligned>(IData);
540 if (NumIds) {
541 PerIDCache.reset((IdentifierInfo **)calloc(NumIds, sizeof(PerIDCache[0])));
556 std::move(PerIDCache), std::move(SL), NumIds,

Completed in 49 milliseconds