Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h913 SourceLocation PotentialThisCaptureLocation; variable
959 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
963 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
1022 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
1030 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp220 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8338 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()