Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h425 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
456 Cpy, !Var ? Cap_VLA : Block ? Cap_Block : ByRef ? Cap_ByRef in Capture()
465 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()
478 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()