Home
last modified time | relevance | path

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

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