Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp39 const bool IsCapturingThis = !VD; in GetScopeIndexOfNearestCaptureReadyLambda() local
40 const bool IsCapturingVariable = !IsCapturingThis; in GetScopeIndexOfNearestCaptureReadyLambda()
65 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in GetScopeIndexOfNearestCaptureReadyLambda()
112 const bool IsCapturingThis = !VD; in GetInnermostEnclosingCapturableLambda() local
113 const bool IsCapturingVariable = !IsCapturingThis; in GetInnermostEnclosingCapturableLambda()