Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp505 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface() local
508 if (!complete_interface_type) in GetCompleteObjCInterface()
511 ObjCInterfaceDecl *complete_iface_decl(complete_interface_type->getDecl()); in GetCompleteObjCInterface()