Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1188 if (ObjCInterfaceDecl *to_objc_interface = dyn_cast<ObjCInterfaceDecl>(to)) { in ImportDefinitionTo() local
1189 ObjCInterfaceDecl *to_superclass = to_objc_interface->getSuperClass(); in ImportDefinitionTo()
1219 if (!to_objc_interface->hasDefinition()) in ImportDefinitionTo()
1220 to_objc_interface->startDefinition(); in ImportDefinitionTo()
1222 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()