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