Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h130 bool IsForwardRefUdt(llvm::codeview::CVType cvt);
134 bool IsForwardRefUdt(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
H A DPdbUtil.cpp370 bool lldb_private::npdb::IsForwardRefUdt(CVType cvt) { in IsForwardRefUdt() function in lldb_private::npdb
414 bool lldb_private::npdb::IsForwardRefUdt(const PdbTypeSymId &id, in IsForwardRefUdt() function in lldb_private::npdb
418 return IsForwardRefUdt(tpi.getType(id.index)); in IsForwardRefUdt()
721 if (IsForwardRefUdt(class_id, index.tpi())) { in GetVariableLocationInfo()
959 if (!IsForwardRefUdt(cvt)) in GetBestPossibleDecl()
991 if (IsForwardRefUdt(index, tpi)) in GetSizeOfType()
H A DPdbAstBuilder.cpp753 if (IsForwardRefUdt(cvt)) { in CompleteTagDecl()
H A DSymbolFileNativePDB.cpp705 if (IsForwardRefUdt(type_id, m_index->tpi())) { in CreateAndCacheType()