reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 if (ctx == ctx_end) 44 if (*ctx != pat) { 48 ctx = std::find_if(ctx, ctx_end, [](const CompilerContext &ctx) { 48 ctx = std::find_if(ctx, ctx_end, [](const CompilerContext &ctx) { 54 if (((uint16_t)ctx->kind & (uint16_t)pat.kind) == 0) 57 if (pat.kind != CompilerContextKind::AnyModule && ctx->name != pat.name) 60 ++ctx;