Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h735 SourceLocation PotentialThisCaptureLocation; variable
779 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
782 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
843 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
851 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/external/clang/lib/Sema/
DSemaLambda.cpp215 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6667 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()