Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2340 LambdaScopeInfo *Sema::getCurLambda(bool IgnoreNonLambdaCapturingScope) { in getCurLambda() argument
2345 if (IgnoreNonLambdaCapturingScope) { in getCurLambda()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2013 getCurLambda(bool IgnoreNonLambdaCapturingScope = false);