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

/external/clang/include/clang/Sema/
H A DScopeInfo.h407 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator in enum:clang::sema::CapturingScopeInfo::Capture::CaptureKind
435 InitExprAndCaptureKind(Cpy, Block ? Cap_Block :
460 return InitExprAndCaptureKind.getInt() == Cap_Block;

Completed in 45 milliseconds