Lines Matching defs:InteropInfo
1532 OMPInteropInfo InteropInfo;
1533 if (ParseOMPInteropInfo(InteropInfo, OMPC_append_args))
1536 InteropInfos.push_back(InteropInfo);
3631 bool Parser::ParseOMPInteropInfo(OMPInteropInfo &InteropInfo,
3641 InteropInfo.PreferTypes.empty() && !IsTarget &&
3672 InteropInfo.PreferTypes.push_back(PTExpr.get());
3707 InteropInfo.IsTarget = IsTarget;
3708 InteropInfo.IsTargetSync = IsTargetSync;
3746 OMPInteropInfo InteropInfo;
3748 InteropError = ParseOMPInteropInfo(InteropInfo, OMPC_init);
3769 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc,