Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h865 SourceLocation PotentialThisCaptureLocation; variable
910 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
914 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
974 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
982 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp218 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp7491 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()