Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp85 llvm::errs() << " Base type index: " << BaseTypeIndex << '\n' in dump()
H A DASTReader.cpp3399 F.BaseTypeIndex = getTotalNumTypes(); in ReadASTBlock()
6675 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex].get() + in TypeCursorForIndex()
7165 OwningModuleFile->BaseTypeIndex + getIndexForTypeID(ID)}; in translateTypeIDToIndex()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h483 serialization::TypeID BaseTypeIndex = 0; variable