Home
last modified time | relevance | path

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

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