Searched refs:IsTagRecord (Results 1 – 4 of 4) sorted by relevance
131 bool IsTagRecord(llvm::codeview::CVType cvt);135 bool IsTagRecord(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
51 assert(IsTagRecord(type) && "type is not a tag record!"); in create()369 bool lldb_private::npdb::IsTagRecord(llvm::codeview::CVType cvt) { in IsTagRecord() function in lldb_private::npdb399 bool lldb_private::npdb::IsTagRecord(const PdbTypeSymId &id, TpiStream &tpi) { in IsTagRecord() function in lldb_private::npdb402 return IsTagRecord(tpi.getType(id.index)); in IsTagRecord()687 if (!IsTagRecord(cvt)) in GetBestPossibleDecl()
181 if (!IsTagRecord(cvt)) in GetNestedTagDefinition()289 if (!IsTagRecord(type)) in BuildParentMap()657 lldbassert(IsTagRecord(type_id, m_index.tpi())); in CompleteTagDecl()669 lldbassert(IsTagRecord(cvt)); in CompleteTagDecl()918 if (IsTagRecord(cvt)) { in CreateType()963 if (IsTagRecord(type, m_index.tpi())) { in GetOrCreateType()1175 if (!IsTagRecord(cvt)) in ParseAllNamespacesPlusChildrenOf()
1289 if (IsTagRecord(PdbTypeSymId{udt.Type, false}, m_index->tpi())) { in ParseTypes()