Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1846 unsigned getTotalNumTypes() const { in getTotalNumTypes() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3350 F.BaseTypeIndex = getTotalNumTypes(); in ReadASTBlock()
3354 GlobalTypeMap.insert(std::make_pair(getTotalNumTypes(), &F)); in ReadASTBlock()
H A DASTWriter.cpp6143 FirstTypeID = NUM_PREDEF_TYPE_IDS + Chain->getTotalNumTypes(); in ReaderInitialized()