Searched refs:new_iface_decl (Results 1 – 1 of 1) sorted by relevance
194 clang::ObjCInterfaceDecl *new_iface_decl = clang::ObjCInterfaceDecl::Create(*ast_ctx, in GetDeclForISA() local202 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()