Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp383 clang::RecordDecl *record_decl = clang.GetAsRecordDecl(record_ct); in AddMember()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1001 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
H A DTypeSystemClang.cpp3726 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7347 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7409 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7488 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7593 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7615 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1853 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()