Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScopeInfo.h432 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0), in CapturingScopeInfo()
441 unsigned CXXThisCaptureIndex; variable
466 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured()
471 return Captures[CXXThisCaptureIndex - 1]; in getCXXThisCapture()
794 CXXThisCaptureIndex = Captures.size(); in addThisCapture()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp769 if (CSI->CXXThisCaptureIndex != 0) { in CheckCXXThisCapture()
DSemaExpr.cpp10376 BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()