Home
last modified time | relevance | path

Searched refs:lambdaCaptureShouldBeConst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp252 bool LambdaScopeInfo::lambdaCaptureShouldBeConst() const { in lambdaCaptureShouldBeConst() function in LambdaScopeInfo
H A DSemaExprCXX.cpp1172 if (CurLSI->lambdaCaptureShouldBeConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaExpr.cpp18263 !cast<LambdaScopeInfo>(CSI)->lambdaCaptureShouldBeConst()) && in isVariableAlreadyCapturedInScopeInfo()
18570 bool Const = LSI->lambdaCaptureShouldBeConst(); in captureInLambda()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h1073 bool lambdaCaptureShouldBeConst() const;