Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessingRecord.h357 unsigned allocateLoadedEntities(unsigned NumEntities);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessingRecord.cpp315 unsigned PreprocessingRecord::allocateLoadedEntities(unsigned NumEntities) { in allocateLoadedEntities() function in PreprocessingRecord
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp2549 ->allocateLoadedEntities(F.NumPreprocessedEntities); in ReadASTBlock()