Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h553 enum IsThisCapture { ThisCapture }; enumerator
1011 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1396 FieldDecl *&ThisCapture) const { in getCaptureFields()
1398 ThisCapture = nullptr; in getCaptureFields()
1405 ThisCapture = *Field; in getCaptureFields()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4350 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
4351 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
4352 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
4354 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp7596 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
7597 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
7598 if (ThisCapture) { in generateInfoForLambdaCaptures()
7600 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
7601 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1243 FieldDecl *&ThisCapture) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1605 FieldDecl *ThisCapture; in isOpenMPCapturedDecl() local
1606 RD->getCaptureFields(Captures, ThisCapture); in isOpenMPCapturedDecl()
1627 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in isOpenMPCapturedDecl()