Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h718 unsigned CXXThisCaptureIndex = 0; variable
749 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
754 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
1099 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1336 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
1338 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture()
H A DSemaExpr.cpp16244 BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()