Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h407 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator
436 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
457 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()