Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h418 bool isCopyCapture() const { in isCopyCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp1419 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
DSemaExpr.cpp11626 if (Cap.isCopyCapture() && in isVariableAlreadyCapturedInScopeInfo()