HomeSort by: relevance | last modified time | path
    Searched refs:CXXThisCaptureIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 671 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
673 unsigned CXXThisCaptureIndex = 0;
704 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
709 return Captures[CXXThisCaptureIndex - 1];
1049 CXXThisCaptureIndex = Captures.size();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1281 if (CSI->CXXThisCaptureIndex != 0) {
1283 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose);
SemaExpr.cpp 15585 BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0);

Completed in 38 milliseconds