Searched refs:IsIndirectClause (Results 1 – 1 of 1) sorted by relevance
1829 bool IsIndirectClause = getLangOpts().OpenMP >= 51 && in ParseOMPDeclareTargetClauses() local1831 if (DTCI.Indirect && IsIndirectClause) { in ParseOMPDeclareTargetClauses()1853 if (!IsDeviceTypeClause && !IsIndirectClause && in ParseOMPDeclareTargetClauses()1859 if (!IsDeviceTypeClause && !IsToEnterOrLinkClause && !IsIndirectClause) { in ParseOMPDeclareTargetClauses()1870 if (IsToEnterOrLinkClause || IsIndirectClause) in ParseOMPDeclareTargetClauses()1873 if (IsIndirectClause) { in ParseOMPDeclareTargetClauses()