Lines Matching defs:InteropInfo
1532 OMPInteropInfo InteropInfo;
1533 if (ParseOMPInteropInfo(InteropInfo, OMPC_append_args))
1536 InteropInfos.push_back(InteropInfo);
3471 bool Parser::ParseOMPInteropInfo(OMPInteropInfo &InteropInfo,
3481 InteropInfo.PreferTypes.empty() && !IsTarget &&
3512 InteropInfo.PreferTypes.push_back(PTExpr.get());
3547 InteropInfo.IsTarget = IsTarget;
3548 InteropInfo.IsTargetSync = IsTargetSync;
3586 OMPInteropInfo InteropInfo;
3588 InteropError = ParseOMPInteropInfo(InteropInfo, OMPC_init);
3609 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc,