Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h150 PdbTypeSymId GetBestPossibleDecl(PdbTypeSymId id, llvm::pdb::TpiStream &tpi);
H A DPdbAstBuilder.cpp460 PdbTypeSymId best_ti = GetBestPossibleDecl(tag_ti, index.tpi()); in CompleteTagDecl()
820 PdbTypeSymId best_type = GetBestPossibleDecl(type, index.tpi()); in GetOrCreateType()
H A DPdbUtil.cpp1044 PdbTypeSymId lldb_private::npdb::GetBestPossibleDecl(PdbTypeSymId id, in GetBestPossibleDecl() function in lldb_private::npdb