Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h374 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator
403 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
424 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()