Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp39 auto ctx_end = context_chain.end(); in contextMatches() local
42 if (ctx == ctx_end) in contextMatches()
48 ctx = std::find_if(ctx, ctx_end, [](const CompilerContext &ctx) { in contextMatches()