Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp386 clang::RecordDecl *record_decl = clang.GetAsRecordDecl(record_ct); in AddMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp818 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1083 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
H A DTypeSystemClang.cpp3688 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()
7379 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang
7441 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7521 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
7626 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
7648 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()