Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h601 enum IsThisCapture { ThisCapture }; enumerator
1056 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1574 FieldDecl *&ThisCapture) const { in getCaptureFields()
1576 ThisCapture = nullptr; in getCaptureFields()
1583 ThisCapture = *Field; in getCaptureFields()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3814 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
3815 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
3816 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
3818 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8951 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8952 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8953 if (ThisCapture) { in generateInfoForLambdaCaptures()
8955 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8956 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1061 FieldDecl *&ThisCapture) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4681 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4682 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4693 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()