Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h696 SourceLocation PotentialThisCaptureLocation; variable
742 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
745 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
806 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
814 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/external/clang/lib/Sema/
DSemaLambda.cpp215 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6047 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()