Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp427 clang::ObjCInterfaceDecl *superclass_decl = GetDeclForISA(isa); in FinishDecl() local
429 if (!superclass_decl) in FinishDecl()
432 FinishDecl(superclass_decl); in FinishDecl()
435 context.getObjCInterfaceType(superclass_decl))); in FinishDecl()