Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h516 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()
525 unsigned CXXThisCaptureIndex; variable
560 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
565 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
882 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1113 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
DSemaExpr.cpp12125 BSI->TheDecl->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()