Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp952 ObjCInterfaceDecl *from_objc_interface = in ImportDefinitionTo() local
955 if (!from_objc_interface) in ImportDefinitionTo()
958 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo()