Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h589 enum IsThisCapture { ThisCapture }; enumerator
1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1559 FieldDecl *&ThisCapture) const { in getCaptureFields()
1561 ThisCapture = nullptr; in getCaptureFields()
1568 ThisCapture = *Field; in getCaptureFields()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3758 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
3759 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
3760 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
3762 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8975 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8976 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8977 if (ThisCapture) { in generateInfoForLambdaCaptures()
8979 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8980 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1054 FieldDecl *&ThisCapture) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4408 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4409 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4420 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()