Home
last modified time | relevance | path

Searched refs:PotentialThisCaptureLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h933 SourceLocation PotentialThisCaptureLocation; variable
979 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
983 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
1042 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
1050 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp221 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8400 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()