Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModule.cpp88 llvm::errs() << " Base type index: " << BaseTypeIndex << '\n' in dump()
H A DASTReader.cpp2826 F.BaseTypeIndex = getTotalNumTypes(); in ReadASTBlock()
2835 F.BaseTypeIndex - LocalBaseTypeIndex)); in ReadASTBlock()
3581 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()
5854 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex()
H A DASTWriter.cpp4970 writeBaseIDOrNone(M.BaseTypeIndex, M.LocalNumTypes); in WriteASTCore()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h456 serialization::TypeID BaseTypeIndex = 0; variable