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

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h617 enum IsThisCapture { ThisCapture }; enumerator in enum:clang::sema::Capture::IsThisCapture
1080 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3379 FieldDecl *ThisCapture = nullptr;
3380 RD->getCaptureFields(Captures, ThisCapture);
3381 if (ThisCapture && CGF.CapturedStmtInfo->isCXXThisExprCaptured()) {
3383 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture);
H A DCGOpenMPRuntime.cpp8328 FieldDecl *ThisCapture = nullptr; local
8329 RD->getCaptureFields(Captures, ThisCapture);
8330 if (ThisCapture) {
8332 CGF.EmitLValueForFieldInitialization(VDLVal, ThisCapture);
8333 LValue ThisLValVal = CGF.EmitLValueForField(VDLVal, ThisCapture);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1640 FieldDecl *&ThisCapture) const {
1642 ThisCapture = nullptr;
1650 ThisCapture = *Field;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1083 /// \param ThisCapture Will be set to the field declaration for the
1095 FieldDecl *&ThisCapture) const;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4752 FieldDecl *ThisCapture;
4753 RD->getCaptureFields(Captures, ThisCapture);
4764 Context.typesAreCompatible(ThisTy, ThisCapture->getType()))

Completed in 365 milliseconds