Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp425 clang::ObjCInterfaceDecl *superclass_decl = GetDeclForISA(isa); in FinishDecl() local
427 if (!superclass_decl) in FinishDecl()
430 FinishDecl(superclass_decl); in FinishDecl()
433 context.getObjCInterfaceType(superclass_decl))); in FinishDecl()