Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1551 LambdaScopeInfo *Sema::getCurLambda(bool IgnoreNonLambdaCapturingScope) { in getCurLambda() argument
1556 if (IgnoreNonLambdaCapturingScope) { in getCurLambda()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1383 getCurLambda(bool IgnoreNonLambdaCapturingScope = false);