Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h163 GetParentType(llvm::codeview::TypeIndex ti);
H A DPdbAstBuilder.cpp197 std::optional<TypeIndex> parent_index = pdb->GetParentType(ti); in CreateDeclInfoForType()
379 std::optional<TypeIndex> parent_index = pdb->GetParentType(type_id.index); in GetParentDeclContext()
H A DSymbolFileNativePDB.cpp2331 SymbolFileNativePDB::GetParentType(llvm::codeview::TypeIndex ti) { in GetParentType() function in SymbolFileNativePDB