Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp257 void SymbolFileOnDemand::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() function in SymbolFileOnDemand
263 return m_sym_file_impl->ParseDeclsForContext(decl_ctx); in ParseDeclsForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h73 void ParseDeclsForContext(clang::DeclContext &context);
H A DSymbolFileNativePDB.h85 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
H A DSymbolFileNativePDB.cpp1008 void SymbolFileNativePDB::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFileNativePDB
1017 ast_builder->ParseDeclsForContext(*context); in ParseDeclsForContext()
H A DPdbAstBuilder.cpp1406 void PdbAstBuilder::ParseDeclsForContext(clang::DeclContext &context) { in ParseDeclsForContext()
1405 void PdbAstBuilder::ParseDeclsForContext(clang::DeclContext &context) { ParseDeclsForContext() function in PdbAstBuilder
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h115 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
H A DSymbolFile.h227 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h102 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override;
H A DSymbolFilePDB.cpp717 void SymbolFilePDB::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFilePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h99 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override;
H A DSymbolFileDWARF.h158 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override;
H A DSymbolFileDWARFDebugMap.cpp1400 void SymbolFileDWARFDebugMap::ParseDeclsForContext( in ParseDeclsForContext() function in SymbolFileDWARFDebugMap
1403 oso_dwarf->ParseDeclsForContext(decl_ctx); in ParseDeclsForContext()
H A DSymbolFileDWARF.cpp1477 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9294 symbol_file->ParseDeclsForContext( in DeclContextFindDeclByName()
9408 symbol_file->ParseDeclsForContext( in CountDeclLevels()