Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2303 LambdaScopeInfo *Sema::getCurLambda(bool IgnoreNonLambdaCapturingScope) { in getCurLambda() argument
2308 if (IgnoreNonLambdaCapturingScope) { in getCurLambda()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1981 getCurLambda(bool IgnoreNonLambdaCapturingScope = false);