================
@@ -388,6 +390,18 @@ class DSAStackTy {
/// Gets omp_event_handle_t type.
QualType getOMPEventHandleT() const { return OMPEventHandleT; }
+ /// Returns the current value of OMPImpexT.
+ QualType getOMPImpexT() const { return OMPImpexT; }
+
+ /// Sets the OMPImpexT to the provided QualType Ty.
+ void setOMPImpexT(QualType Ty) { OMPImpexT = Ty; }
+
+ // Maps the ImpexType to the provided expression (Impex) and
+ // stores the mapping in the OMPPredefinedImpex.
+ void setImpex(OMPImpexDeclAttr::ImpexTypeTy ImpexType, Expr *Impex) {
----------------
zahiraam wrote:
Removed.
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits