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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1737 unsigned getTotalNumTypes() const { function in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5674 FirstTypeID = NUM_PREDEF_TYPE_IDS + Chain->getTotalNumTypes();
H A DASTReader.cpp3102 F.BaseTypeIndex = getTotalNumTypes();
3106 GlobalTypeMap.insert(std::make_pair(getTotalNumTypes(), &F));

Completed in 106 milliseconds