Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp823 clang::RecordDecl *record_decl = ClangASTContext::GetAsRecordDecl(m_type); in GetStructValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h963 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp912 ClangASTContext::GetAsRecordDecl(clang_type); in ParseTypeFromDWARF()
2262 m_ast.GetAsRecordDecl(clang_type), eAccessPrivate, in CompleteTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7843 clang::RecordDecl *ClangASTContext::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in ClangASTContext
7905 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()
7979 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()
8082 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()
8103 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()