Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h240 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFilePDB.cpp1040 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1247 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1388 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1915 bool SymbolFilePDB::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFilePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2043 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2081 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2319 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2474 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2601 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()
H A DSymbolFileDWARF.h347 bool DeclContextMatchesThisSymbolFile(