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

Completed in 89 milliseconds