Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h589 enum IsThisCapture { ThisCapture }; enumerator
1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1550 FieldDecl *&ThisCapture) const { in getCaptureFields()
1552 ThisCapture = nullptr; in getCaptureFields()
1559 ThisCapture = *Field; in getCaptureFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp4354 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas() local
4355 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
4356 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) { in adjustTargetSpecificDataForLambdas()
4358 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8795 FieldDecl *ThisCapture = nullptr; in generateInfoForLambdaCaptures() local
8796 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
8797 if (ThisCapture) { in generateInfoForLambdaCaptures()
8799 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
8800 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture); in generateInfoForLambdaCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1053 FieldDecl *&ThisCapture) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4402 FieldDecl *ThisCapture; in tryCaptureOpenMPLambdas() local
4403 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
4414 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()