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.cpp556 if (clang::ObjCInterfaceDecl *result_iface_decl = in FindDecls() local
560 ast_ctx.getObjCInterfaceType(result_iface_decl); in FindDecls()
564 m_ast_ctx->GetMetadata(result_iface_decl)) in FindDecls()
572 decls.push_back(m_ast_ctx->GetCompilerDecl(result_iface_decl)); in FindDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2975 clang::ObjCInterfaceDecl *result_iface_decl = in IsRuntimeGeneratedType() local
2978 std::optional<ClangASTMetadata> ast_metadata = GetMetadata(result_iface_decl); in IsRuntimeGeneratedType()