Searched refs:GetParentType (Results 1 – 3 of 3) sorted by relevance
163 GetParentType(llvm::codeview::TypeIndex ti);
197 std::optional<TypeIndex> parent_index = pdb->GetParentType(ti); in CreateDeclInfoForType() 379 std::optional<TypeIndex> parent_index = pdb->GetParentType(type_id.index); in GetParentDeclContext()
2331 SymbolFileNativePDB::GetParentType(llvm::codeview::TypeIndex ti) { in GetParentType() function in SymbolFileNativePDB