Searched refs:Cap_This (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h373 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator in enum:clang::sema::CapturingScopeInfo::Capture::CaptureKind
409 InitExprAndCaptureKind(Cpy, Cap_This),
413 return InitExprAndCaptureKind.getInt() == Cap_This;
416 return InitExprAndCaptureKind.getInt() != Cap_This;

Completed in 865 milliseconds