Searched defs:CXXThisCaptureIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h451 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
458 /// CXXThisCaptureIndex - The (index+1) of the capture of 'this';
460 unsigned CXXThisCaptureIndex; member in class:clang::sema::CapturingScopeInfo
485 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
490 return Captures[CXXThisCaptureIndex - 1];
811 CXXThisCaptureIndex = Captures.size();

Completed in 34 milliseconds