Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp383 clang::RecordDecl *record_decl = clang.GetAsRecordDecl(record_ct); in AddMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1062 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
H A DTypeSystemClang.cpp3651 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7222 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7284 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7363 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7468 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7490 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1894 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()