HomeSort by relevance Sort by last modified time
    Searched refs:CXXThisCaptureIndex (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 402 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
409 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
411 unsigned CXXThisCaptureIndex;
436 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
441 return Captures[CXXThisCaptureIndex - 1];
573 CXXThisCaptureIndex = Captures.size();
  /external/clang/lib/Sema/
SemaExprCXX.cpp 696 if (CSI->CXXThisCaptureIndex != 0) {
    [all...]
SemaExpr.cpp     [all...]

Completed in 30 milliseconds