Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h152 PdbTypeSymId GetBestPossibleDecl(PdbTypeSymId id, llvm::pdb::TpiStream &tpi);
H A DPdbAstBuilder.cpp749 PdbTypeSymId best_ti = GetBestPossibleDecl(tag_ti, m_index.tpi()); in CompleteTagDecl()
1093 PdbTypeSymId best_type = GetBestPossibleDecl(type, m_index.tpi()); in GetOrCreateType()
H A DPdbUtil.cpp946 PdbTypeSymId lldb_private::npdb::GetBestPossibleDecl(PdbTypeSymId id, in GetBestPossibleDecl() function in lldb_private::npdb