Home
last modified time | relevance | path

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

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