Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h899 SourceLocation PotentialThisCaptureLocation; variable
945 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
949 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
1011 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
1019 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp218 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp7982 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()