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 451 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
458 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
460 unsigned CXXThisCaptureIndex;
485 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
490 return Captures[CXXThisCaptureIndex - 1];
811 CXXThisCaptureIndex = Captures.size();
  /external/clang/lib/Sema/
SemaExprCXX.cpp 810 if (CSI->CXXThisCaptureIndex != 0) {
    [all...]
SemaExpr.cpp     [all...]

Completed in 450 milliseconds