Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h950 SourceLocation PotentialThisCaptureLocation; variable
996 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
1000 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
1059 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
1067 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp224 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8635 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()