Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1593 if (Cap.isCopyCapture()) in BuildCaptureInit()
1653 if (!From.isCopyCapture()) in CaptureHasSideEffects()
1843 From.isCopyCapture() ? LCK_StarThis : LCK_This); in BuildLambdaExpr()
1850 From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
DSemaExprCXX.cpp1114 if (C.isCopyCapture()) { in adjustCVQualifiersForCXXThisWithinLambda()
DSemaExpr.cpp15413 if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) { in ActOnBlockStmtExpr()
17089 if (Cap.isCopyCapture() && in isVariableAlreadyCapturedInScopeInfo()
/external/clang/include/clang/Sema/
DScopeInfo.h474 bool isCopyCapture() const { in isCopyCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h605 bool isCopyCapture() const { return Kind == Cap_ByCopy; } 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()