Home
last modified time | relevance | path

Searched refs:result_iface_decl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp555 if (clang::ObjCInterfaceDecl *result_iface_decl = in FindDecls() local
559 ast_ctx.getObjCInterfaceType(result_iface_decl); in FindDecls()
562 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(result_iface_decl); in FindDecls()
571 decls.push_back(m_ast_ctx->GetCompilerDecl(result_iface_decl)); in FindDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2925 clang::ObjCInterfaceDecl *result_iface_decl = in IsRuntimeGeneratedType() local
2928 ClangASTMetadata *ast_metadata = GetMetadata(result_iface_decl); in IsRuntimeGeneratedType()