Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1193 DeclFromParser<const ObjCInterfaceDecl> parser_iface_decl( in FindObjCPropertyAndIvarDecls() local
1196 parser_iface_decl.GetOrigin(*m_ast_importer_sp)); in FindObjCPropertyAndIvarDecls()
1198 ConstString class_name(parser_iface_decl->getNameAsString().c_str()); in FindObjCPropertyAndIvarDecls()
1204 parser_iface_decl->getName(), context.m_decl_name.getAsString()); in FindObjCPropertyAndIvarDecls()
1220 const_cast<ObjCInterfaceDecl *>(parser_iface_decl.decl)); in FindObjCPropertyAndIvarDecls()