Searched refs:Lambdas (Results 1 – 6 of 6) sorted by relevance
107 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
4921 Lambdas will not be affected. Only the first ``[`` will get a space added.5097 Lambdas without arguments or unspecified size array declarations will not
1996 ExprEvalContexts.back().Lambdas.push_back(Lambda); in BuildLambdaExpr()
17983 if (!Rec.Lambdas.empty()) { in PopExpressionEvaluationContext()18008 for (const auto *L : Rec.Lambdas) in PopExpressionEvaluationContext()
427 Format Lambdas Like Blocks Of Code
1291 SmallVector<LambdaExpr *, 2> Lambdas; member