Home
last modified time | relevance | path

Searched refs:Cap_ByRef (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h532 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
581 Kind(Block ? Cap_Block : ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
589 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
606 bool isReferenceCapture() const { return Kind == Cap_ByRef; } in isReferenceCapture()