Searched defs:VarToCapture (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp29 /// the variable referenced in the current lambda (i.e. \p VarToCapture).
35 /// lambda that is ready to capture the \p VarToCapture being referenced in
45 /// If \p VarToCapture is 'null' then we are trying to capture 'this'.
55 /// \param VarToCapture - the variable to capture. If NULL, capture 'this'.
60 /// no lambda is capture-ready for \p VarToCapture.
65 VarDecl *VarToCapture) {
74 // If VarToCapture is null, we are attempting to capture 'this'.
75 const bool IsCapturingThis = !VarToCapture;
94 VarToCapture->getDeclContext()->Equals(EnclosingDC))
114 if (IsCapturingVariable && !LSI->isCaptured(VarToCapture))
63 getStackIndexOfNearestEnclosingCaptureReadyLambda( ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes, VarDecl *VarToCapture) argument
170 getStackIndexOfNearestEnclosingCaptureCapableLambda( ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, VarDecl *VarToCapture, Sema &S) argument
[all...]

Completed in 737 milliseconds