Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h348 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_ThisOrInit enumerator
381 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
409 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()