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 224 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
231 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
233 unsigned CXXThisCaptureIndex;
258 CXXThisCaptureIndex = Captures.size();
262 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
267 return Captures[CXXThisCaptureIndex - 1];
  /external/clang/lib/Sema/
SemaExprCXX.cpp 705 if (CSI->CXXThisCaptureIndex != 0) {
    [all...]
SemaExpr.cpp     [all...]

Completed in 763 milliseconds