Home
last modified time | relevance | path

Searched refs:record_decl (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2405 if (record_decl) { in DumpDeclHiearchy()
3034 if (record_decl) { in IsHomogeneousAggregate()
3495 if (record_decl) { in IsPolymorphicClass()
3661 if (auto *record_decl = in CanPassInRegisters() local
5308 assert(record_decl); in GetNumChildren()
5550 if (record_decl) { in GetNumFields()
6580 for (field = record_decl->field_begin(), field_end = record_decl->field_end(); in GetIndexForRecordChild()
7259 if (record_decl) { in AddFieldToRecordType()
7330 if (!record_decl) in BuildIndirectFields()
7435 if (!record_decl) in SetIsPacked()
[all …]
H A DTypeSystemClang.h269 if (const RecordDeclType *record_decl = variable
272 this, clang::QualType(record_decl->getTypeForDecl(), 0)
375 static bool RecordHasFields(const clang::RecordDecl *record_decl);
459 const clang::RecordDecl *record_decl, uint64_t &size, uint64_t &alignment,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp417 auto record_decl = in CreateLLDBTypeFromPDBType() local
419 assert(record_decl); in CreateLLDBTypeFromPDBType()
420 m_uid_to_decl[type.getSymIndexId()] = record_decl; in CreateLLDBTypeFromPDBType()
424 record_decl->addAttr(inheritance_attr); in CreateLLDBTypeFromPDBType()
441 m_forward_decl_to_uid[record_decl] = type.getSymIndexId(); in CreateLLDBTypeFromPDBType()
796 clang::CXXRecordDecl *record_decl = in CompleteTypeFromPDB() local
798 auto uid_it = m_forward_decl_to_uid.find(record_decl); in CompleteTypeFromPDB()
1221 clang::CXXRecordDecl *record_decl = in CompleteTypeFromUDT() local
1223 if (!record_decl) in CompleteTypeFromUDT()
1226 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp520 const clang::RecordDecl *record_decl, uint64_t &bit_size, in LayoutRecordType() argument
528 m_record_decl_to_layout_map.find(record_decl); in LayoutRecordType()
646 if (RecordDecl *record_decl = dyn_cast<RecordDecl>(origin_tag_decl)) in CompleteAndFetchChildren() local
647 record_decl->setHasLoadedFieldsFromExternalStorage(true); in CompleteAndFetchChildren()
906 clang::TagDecl *record_decl = field_type->getAsTagDecl(); in ImportImpl() local
907 llvm::Expected<Decl *> imported = Import(record_decl); in ImportImpl()
916 if (llvm::Error def_err = ImportDefinition(record_decl)) in ImportImpl()
H A DClangASTImporter.h122 const clang::RecordDecl *record_decl, uint64_t &bit_size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1097 clang::CXXRecordDecl *record_decl = in ParseSubroutine() local
1100 if (record_decl) { in ParseSubroutine()
1693 clang::RecordDecl *record_decl = in ParseStructureLikeDIE() local
1695 if (record_decl) { in ParseStructureLikeDIE()
1740 clang::CXXRecordDecl *record_decl = in ParseStructureLikeDIE() local
1742 if (record_decl && record_decl->getDefinition()) { in ParseStructureLikeDIE()
1748 clang::CXXRecordDecl *record_decl = in ParseStructureLikeDIE() local
1750 if (record_decl) in ParseStructureLikeDIE()
1751 record_decl->setArgPassingRestrictions( in ParseStructureLikeDIE()
2037 clang::CXXRecordDecl *record_decl = in CompleteRecordType() local
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp297 if (auto *record_decl = llvm::dyn_cast<clang::CXXRecordDecl>(&m_tag_decl)) { in complete() local
298 m_ast_builder.importer().SetRecordLayout(record_decl, m_layout); in complete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject() local
817 if (record_decl) { in GetStructValueObject()
818 auto attrs = record_decl->attrs(); in GetStructValueObject()