Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h523 llvm::PointerIntPair<void *, 2, CaptureKind> InitExprAndCaptureKind; variable
548 InitExprAndCaptureKind( in Capture()
558 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()
570 return InitExprAndCaptureKind.getInt() == Cap_ByCopy; in isCopyCapture()
574 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()
578 return InitExprAndCaptureKind.getInt() == Cap_Block; in isBlockCapture()
582 return InitExprAndCaptureKind.getInt() == Cap_VLA; in isVLATypeCapture()
615 return static_cast<Expr *>(InitExprAndCaptureKind.getPointer()); in getInitExpr()