Home
last modified time | relevance | path

Searched refs:ThisCapture (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h617 enum IsThisCapture { ThisCapture }; enumerator
1080 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1640 FieldDecl *&ThisCapture) const { in getCaptureFields()
1642 ThisCapture = nullptr; in getCaptureFields()
1650 ThisCapture = *Field; in getCaptureFields()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3379 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
3380 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
3381 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
3383 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8328 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8329 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8330 if (ThisCapture) { in generateInfoForLambdaCaptures()
8332 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8333 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1095 FieldDecl *&ThisCapture) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4752 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4753 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4764 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()