Searched refs:ParseDeclsForContext (Results 1 – 14 of 14) sorted by relevance
257 void SymbolFileOnDemand::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() function in SymbolFileOnDemand263 return m_sym_file_impl->ParseDeclsForContext(decl_ctx); in ParseDeclsForContext()
73 void ParseDeclsForContext(clang::DeclContext &context);
85 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
1008 void SymbolFileNativePDB::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFileNativePDB1017 ast_builder->ParseDeclsForContext(*context); in ParseDeclsForContext()
1406 void PdbAstBuilder::ParseDeclsForContext(clang::DeclContext &context) { in ParseDeclsForContext() 1405 void PdbAstBuilder::ParseDeclsForContext(clang::DeclContext &context) { ParseDeclsForContext() function in PdbAstBuilder
115 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
227 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext() function
102 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
717 void SymbolFilePDB::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFilePDB
99 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override;
158 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override;
1400 void SymbolFileDWARFDebugMap::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFileDWARFDebugMap1403 oso_dwarf->ParseDeclsForContext(decl_ctx); in ParseDeclsForContext()
1477 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() function in SymbolFileDWARF
9294 symbol_file->ParseDeclsForContext( in DeclContextFindDeclByName()9408 symbol_file->ParseDeclsForContext( in CountDeclLevels()