Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1449 DeclFromParser<ObjCPropertyDecl> parser_property_decl( in FindObjCPropertyAndIvarDeclsWithOrigin() local
1451 if (parser_property_decl.IsValid()) { in FindObjCPropertyAndIvarDeclsWithOrigin()
1453 ASTDumper dumper((Decl *)parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
1458 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()