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.cpp1224 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo() local
1226 if (!from_superclass) in ImportDefinitionTo()
1230 Import(from_superclass); in ImportDefinitionTo()