Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp970 ObjCInterfaceDecl *from_superclass = from_objc_interface->getSuperClass(); in ImportDefinitionTo() local
972 if (!from_superclass) in ImportDefinitionTo()
976 Import(from_superclass); in ImportDefinitionTo()