Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h231 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFilePDB.cpp1124 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1331 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1969 bool SymbolFilePDB::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFilePDB
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h370 bool DeclContextMatchesThisSymbolFile(const CompilerDeclContext &decl_ctx);
H A DSymbolFileDWARF.cpp2294 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2339 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2545 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2807 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()