Searched refs:IsIndirectClause (Results 1 – 1 of 1) sorted by relevance
1775 bool IsIndirectClause = getLangOpts().OpenMP >= 51 && in ParseOMPDeclareTargetClauses() local1777 if (DTCI.Indirect && IsIndirectClause) { in ParseOMPDeclareTargetClauses()1800 if (!IsDeviceTypeClause && !IsIndirectClause && in ParseOMPDeclareTargetClauses()1806 if (!IsDeviceTypeClause && !IsToEnterOrLinkClause && !IsIndirectClause) { in ParseOMPDeclareTargetClauses()1817 if (IsToEnterOrLinkClause || IsIndirectClause) in ParseOMPDeclareTargetClauses()1820 if (IsIndirectClause) { in ParseOMPDeclareTargetClauses()