Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp251 bool LambdaScopeInfo::lambdaCaptureShouldBeConst() const { in lambdaCaptureShouldBeConst() function in LambdaScopeInfo
H A DSemaExprCXX.cpp1175 if (CurLSI->lambdaCaptureShouldBeConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaExpr.cpp19277 !cast<LambdaScopeInfo>(CSI)->lambdaCaptureShouldBeConst()) && in isVariableAlreadyCapturedInScopeInfo()
19594 bool Const = LSI->lambdaCaptureShouldBeConst(); in captureInLambda()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h1056 bool lambdaCaptureShouldBeConst() const;