Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h241 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFilePDB.cpp1120 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1327 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1453 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1984 bool SymbolFilePDB::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFilePDB
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h366 bool DeclContextMatchesThisSymbolFile(
H A DSymbolFileDWARF.cpp2143 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile() function in SymbolFileDWARF
2188 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2381 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2504 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2662 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()