Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp285 auto *rd = TypeSystemClang::GetAsRecordDecl(record_type); in TEST_F()
392 RecordDecl *empty_base_decl = TypeSystemClang::GetAsRecordDecl(empty_base); in TEST_F()
405 TypeSystemClang::GetAsRecordDecl(non_empty_base); in TEST_F()
428 TypeSystemClang::GetAsRecordDecl(empty_derived); in TEST_F()
451 TypeSystemClang::GetAsRecordDecl(empty_derived2); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h992 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
DTypeSystemClang.cpp3579 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7067 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7129 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7199 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7304 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7325 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1690 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()
2031 m_ast.GetAsRecordDecl(clang_type), eAccessPrivate, in CompleteRecordType()