Home
last modified time | relevance | path

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

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