Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h474 bool isCopyCapture() const { in isCopyCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp1537 From.isCopyCapture() ? LCK_StarThis : LCK_This)); in BuildLambdaExpr()
1551 LambdaCaptureKind Kind = From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
DSemaExprCXX.cpp912 if (C.isCopyCapture()) { in adjustCVQualifiersForCXXThisWithinLambda()
DSemaExpr.cpp13199 if (Cap.isCopyCapture() && in isVariableAlreadyCapturedInScopeInfo()