Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst107 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
H A DClangFormatStyleOptions.rst4921 Lambdas will not be affected. Only the first ``[`` will get a space added.
5097 Lambdas without arguments or unspecified size array declarations will not
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1996 ExprEvalContexts.back().Lambdas.push_back(Lambda); in BuildLambdaExpr()
H A DSemaExpr.cpp17983 if (!Rec.Lambdas.empty()) { in PopExpressionEvaluationContext()
18008 for (const auto *L : Rec.Lambdas) in PopExpressionEvaluationContext()
/openbsd/gnu/llvm/llvm/docs/
H A DCodingStandards.rst427 Format Lambdas Like Blocks Of Code
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1291 SmallVector<LambdaExpr *, 2> Lambdas; member