Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h680 SourceLocation PotentialThisCaptureLocation; variable
726 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
729 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
790 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
798 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp215 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp5971 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()