Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h419 bool isCopyCapture() const { in isCopyCapture() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1430 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
H A DSemaExpr.cpp11811 if (Cap.isCopyCapture() && in isVariableAlreadyCapturedInScopeInfo()