Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h441 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()
450 unsigned CXXThisCaptureIndex; variable
479 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
484 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
657 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/external/clang/lib/Sema/
DSemaExprCXX.cpp754 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
DSemaExpr.cpp10183 BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()