Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp953 ObjCInterfaceDecl *from_objc_interface = in ImportDefinitionTo() local
956 if (!from_objc_interface) in ImportDefinitionTo()
959 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo()