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.cpp1110 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1316 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1952 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.cpp2276 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2321 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2521 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2791 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()