Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h989 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
DTypeSystemClang.cpp3662 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7196 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7258 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7328 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7433 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7454 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1694 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()