Home
last modified time | relevance | path

Searched refs:NumPreprocessedEntities (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModule.cpp84 << NumPreprocessedEntities << '\n'; in dump()
H A DASTReader.cpp3208 F.NumPreprocessedEntities = Blob.size() / sizeof(PPEntityOffset); in ReadASTBlock()
3219 ->allocateLoadedEntities(F.NumPreprocessedEntities); in ReadASTBlock()
3222 if (F.NumPreprocessedEntities > 0) { in ReadASTBlock()
5413 Mod.NumPreprocessedEntities); in getModulePreprocessedEntities()
5540 if (M.NumPreprocessedEntities) in findNextPreprocessedEntity()
5588 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
5596 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()
5598 size_t Count = M.NumPreprocessedEntities; in findPreprocessedEntity()
H A DASTWriter.cpp4966 M.NumPreprocessedEntities); in WriteASTCore()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h337 unsigned NumPreprocessedEntities = 0; variable
H A DASTReader.h1767 Result += M.NumPreprocessedEntities; in getTotalNumPreprocessedEntities()