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 D | TypeSystemClang.cpp | 2405 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 D | TypeSystemClang.h | 269 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 D | PDBASTParser.cpp | 417 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 D | ClangASTImporter.cpp | 520 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 D | ClangASTImporter.h | 122 const clang::RecordDecl *record_decl, uint64_t &bit_size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1097 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 D | UdtRecordCompleter.cpp | 297 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 D | ABISysV_ppc64.cpp | 815 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()
|