Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2126 LambdaScopeInfo *Sema::getCurLambda(bool IgnoreNonLambdaCapturingScope) { in getCurLambda() argument
2131 if (IgnoreNonLambdaCapturingScope) { in getCurLambda()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1877 getCurLambda(bool IgnoreNonLambdaCapturingScope = false);