Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h381 unsigned allocateLoadedEntities(unsigned NumEntities);
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp321 unsigned PreprocessingRecord::allocateLoadedEntities(unsigned NumEntities) { in allocateLoadedEntities() function in PreprocessingRecord
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3567 ->allocateLoadedEntities(F.NumPreprocessedEntities); in ReadASTBlock()