Home
last modified time | relevance | path

Searched refs:GetAsCXXRecordDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h645 GetAsCXXRecordDecl () const;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2366 std::make_pair(base_class_clang_type.GetAsCXXRecordDecl(), in ParseChildMembers()
2733 clang::CXXRecordDecl *record_decl = clang_type.GetAsCXXRecordDecl(); in ResolveClangOpaqueTypeDefinition()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp4841 ClangASTType::GetAsCXXRecordDecl () const in GetAsCXXRecordDecl() function in ClangASTType
5338 clang::CXXRecordDecl *cxx_record_decl = GetAsCXXRecordDecl(); in SetBaseClassesForClassType()