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.h634 enum IsThisCapture { ThisCapture }; enumerator
1100 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2170 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
2171 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
2172 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
2174 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8638 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8639 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8640 if (ThisCapture) { in generateInfoForLambdaCaptures()
8642 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8643 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1799 FieldDecl *&ThisCapture) const { in getCaptureFields()
1801 ThisCapture = nullptr; in getCaptureFields()
1809 ThisCapture = *Field; in getCaptureFields()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1101 FieldDecl *&ThisCapture) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4540 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4541 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4552 ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()