Searched refs:CXXThisCaptureIndex (Results 1 – 3 of 3) sorted by relevance
432 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()441 unsigned CXXThisCaptureIndex; variable466 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()471 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()794 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
769 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
10376 BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()