Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h380 bool DeclContextMatchesThisSymbolFile(const CompilerDeclContext &decl_ctx);
H A DSymbolFileDWARF.cpp2335 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2380 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2586 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2871 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()