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

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

Completed in 33 milliseconds