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

/external/clang/include/clang/Sema/
H A DScopeInfo.h168 Cap_This, Cap_ByCopy, Cap_ByRef, Cap_Block enumerator in enum:clang::sema::CapturingScopeInfo::Capture::CaptureKind
195 : VarAndKind(Var, block ? Cap_Block : byRef ? Cap_ByRef : Cap_ByCopy),
209 bool isBlockCapture() const { return VarAndKind.getInt() == Cap_Block; }

Completed in 76 milliseconds