Searched refs:context_chain (Results 1 – 2 of 2) sorted by relevance
38 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() argument40 auto ctx = context_chain.begin(); in contextMatches()41 auto ctx_end = context_chain.end(); in contextMatches()153 llvm::ArrayRef<CompilerContext> context_chain) const { in ContextMatches()154 if (GetExactMatch() || context_chain.size() == m_context.size()) in ContextMatches()155 return ::contextMatches(context_chain, m_context); in ContextMatches()159 if (context_chain.size() < m_context.size()) in ContextMatches()162 size_t compare_count = context_chain.size() - m_context.size(); in ContextMatches()164 llvm::ArrayRef<CompilerContext>(context_chain.data() + compare_count, in ContextMatches()
66 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,