Searched refs:IsForwardRefUdt (Results 1 – 4 of 4) sorted by relevance
130 bool IsForwardRefUdt(llvm::codeview::CVType cvt);134 bool IsForwardRefUdt(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
370 bool lldb_private::npdb::IsForwardRefUdt(CVType cvt) { in IsForwardRefUdt() function in lldb_private::npdb414 bool lldb_private::npdb::IsForwardRefUdt(const PdbTypeSymId &id, in IsForwardRefUdt() function in lldb_private::npdb418 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()
753 if (IsForwardRefUdt(cvt)) { in CompleteTagDecl()
705 if (IsForwardRefUdt(type_id, m_index->tpi())) { in CreateAndCacheType()