Home
last modified time | relevance | path

Searched refs:ContextMatches (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h233 ContextMatches(llvm::ArrayRef<lldb_private::CompilerContext> context) const; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp154 bool TypeQuery::ContextMatches( in ContextMatches() function in TypeQuery
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2757 if (!query.ContextMatches(die_context)) in FindTypes()
2815 if (!query_simple.ContextMatches(die_context)) in FindTypes()
2830 if (!query.ContextMatches(die_query.GetContextRef())) in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1566 if (query.ContextMatches(type_match.GetContextRef())) { in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1740 if (query.ContextMatches(type_match.GetContextRef())) { in FindTypes()