Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp356 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface() local
359 if (!complete_interface_type) in GetCompleteObjCInterface()
362 ObjCInterfaceDecl *complete_iface_decl(complete_interface_type->getDecl()); in GetCompleteObjCInterface()