Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h605 enum IsThisCapture { ThisCapture }; enumerator
1058 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1601 FieldDecl *&ThisCapture) const { in getCaptureFields()
1603 ThisCapture = nullptr; in getCaptureFields()
1611 ThisCapture = *Field; in getCaptureFields()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3452 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
3453 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
3454 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
3456 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8564 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8565 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8566 if (ThisCapture) { in generateInfoForLambdaCaptures()
8568 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8569 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1073 FieldDecl *&ThisCapture) const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4737 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4738 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4749 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()