Home
last modified time | relevance | path

Searched refs:GetAsRecordDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp288 auto *rd = TypeSystemClang::GetAsRecordDecl(record_type); in TEST_F()
395 RecordDecl *empty_base_decl = TypeSystemClang::GetAsRecordDecl(empty_base); in TEST_F()
408 TypeSystemClang::GetAsRecordDecl(non_empty_base); in TEST_F()
431 TypeSystemClang::GetAsRecordDecl(empty_derived); in TEST_F()
454 TypeSystemClang::GetAsRecordDecl(empty_derived2); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h983 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
H A DTypeSystemClang.cpp3686 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7281 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7343 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7421 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7526 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7547 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1788 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()