Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h243 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFilePDB.cpp1106 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1308 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1435 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1973 bool SymbolFilePDB::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFilePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h339 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFileDWARF.cpp1998 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2044 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2241 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2348 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2455 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()