Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1199 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo() local
1201 if (!from_superclass) in ImportDefinitionTo()
1205 Import(from_superclass); in ImportDefinitionTo()