Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp166 clang::ObjCInterfaceDecl *new_iface_decl = clang::ObjCInterfaceDecl::Create( in GetDeclForISA() local
172 m_ast_ctx.SetMetadata(new_iface_decl, meta_data); in GetDeclForISA()
174 new_iface_decl->setHasExternalVisibleStorage(); in GetDeclForISA()
175 new_iface_decl->setHasExternalLexicalStorage(); in GetDeclForISA()
177 ast_ctx.getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
179 m_isa_to_interface[isa] = new_iface_decl; in GetDeclForISA()
181 return new_iface_decl; in GetDeclForISA()