Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h241 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFilePDB.cpp1115 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1317 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1973 bool SymbolFilePDB::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFilePDB
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h348 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFileDWARF.cpp2098 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2143 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2337 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2550 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()