Searched refs:Cap_This (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
202 : VarAndKind(0, Cap_This), CopyExprAndNested(Cpy, isNested), Loc(Loc),
205 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; }

Completed in 43 milliseconds