Searched refs:CXXThisCaptureIndex (Results 1 – 3 of 3) sorted by relevance
474 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()483 unsigned CXXThisCaptureIndex; variable515 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()520 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()844 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
913 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
11300 BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()