Home
last modified time | relevance | path

Searched refs:context_chain (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DType.cpp36 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() argument
38 auto ctx = context_chain.begin(); in contextMatches()
39 auto ctx_end = context_chain.end(); in contextMatches()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,