Searched refs:GetDIEForDeclContext (Results 1 – 4 of 4) sorted by relevance
53 GetDIEForDeclContext(lldb_private::CompilerDeclContext decl_context) = 0;
55 GetDIEForDeclContext(lldb_private::CompilerDeclContext decl_context) override;
1308 ast_parser->GetDIEForDeclContext(decl_ctx); in ParseDeclsForContext()
2415 std::vector<DWARFDIE> DWARFASTParserClang::GetDIEForDeclContext( in GetDIEForDeclContext() function in DWARFASTParserClang