Searched refs:CXXThisCaptureIndex (Results 1 – 3 of 3) sorted by relevance
451 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()460 unsigned CXXThisCaptureIndex; variable485 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()490 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()811 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
810 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
10614 BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()