Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScopeInfo.h644 SourceLocation PotentialThisCaptureLocation; variable
690 PotentialThisCaptureLocation = Loc; in addPotentialThisCapture()
693 return PotentialThisCaptureLocation.isValid(); in hasPotentialThisCapture()
754 PotentialThisCaptureLocation = SourceLocation(); in clearPotentialCaptures()
762 PotentialThisCaptureLocation.isValid(); in hasPotentialCaptures()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp127 CaptureReadyLambdaLSI->PotentialThisCaptureLocation, false, false, in GetInnermostEnclosingCapturableLambda()
DSemaExprCXX.cpp5919 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckLambdaCaptures()