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
755 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
760 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
1102 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1318 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
1320 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture()
H A DSemaExpr.cpp16603 BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()