Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp845 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind() local
847 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()
848 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1116 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind() local
1118 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()
1119 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()