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

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

Completed in 32 milliseconds