Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1490 DeclFromParser<const ObjCInterfaceDecl> parser_iface_decl( in FindObjCPropertyAndIvarDecls() local
1493 parser_iface_decl.GetOrigin(*this)); in FindObjCPropertyAndIvarDecls()
1495 ConstString class_name(parser_iface_decl->getNameAsString().c_str()); in FindObjCPropertyAndIvarDecls()
1501 parser_iface_decl->getNameAsString().c_str(), in FindObjCPropertyAndIvarDecls()
1520 const_cast<ObjCInterfaceDecl *>(parser_iface_decl.decl)); in FindObjCPropertyAndIvarDecls()