Home
last modified time | relevance | path

Searched refs:allocateLoadedEntities (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h383 unsigned allocateLoadedEntities(unsigned NumEntities);
/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp320 unsigned PreprocessingRecord::allocateLoadedEntities(unsigned NumEntities) { in allocateLoadedEntities() function in PreprocessingRecord
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3752 ->allocateLoadedEntities(F.NumPreprocessedEntities); in ReadASTBlock()