Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp194 clang::ObjCInterfaceDecl *new_iface_decl = clang::ObjCInterfaceDecl::Create(*ast_ctx, in GetDeclForISA() local
202 m_external_source->SetMetadata(new_iface_decl, meta_data); in GetDeclForISA()
204 new_iface_decl->setHasExternalVisibleStorage(); in GetDeclForISA()
205 new_iface_decl->setHasExternalLexicalStorage(); in GetDeclForISA()
207 ast_ctx->getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
209 m_isa_to_interface[isa] = new_iface_decl; in GetDeclForISA()
211 return new_iface_decl; in GetDeclForISA()