Home
last modified time | relevance | path

Searched refs:PotentialThisCaptureLocation (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h895 SourceLocation PotentialThisCaptureLocation; variable
941 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
945 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
1007 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
1015 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/external/clang/lib/Sema/
DSemaLambda.cpp215 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6667 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp218 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp7907 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()