Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h491 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()
500 unsigned CXXThisCaptureIndex; variable
532 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
537 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
852 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/external/clang/lib/Sema/
DSemaExprCXX.cpp912 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
DSemaExpr.cpp11593 BSI->TheDecl->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()