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 474 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
481 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
483 unsigned CXXThisCaptureIndex;
515 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
520 return Captures[CXXThisCaptureIndex - 1];
844 CXXThisCaptureIndex = Captures.size();
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 196 milliseconds