Searched refs:IsIndirectClause (Results 1 – 1 of 1) sorted by relevance
1830 bool IsIndirectClause = getLangOpts().OpenMP >= 51 && in ParseOMPDeclareTargetClauses() local1832 if (DTCI.Indirect && IsIndirectClause) { in ParseOMPDeclareTargetClauses()1854 if (!IsDeviceTypeClause && !IsIndirectClause && in ParseOMPDeclareTargetClauses()1860 if (!IsDeviceTypeClause && !IsToEnterOrLinkClause && !IsIndirectClause) { in ParseOMPDeclareTargetClauses()1871 if (IsToEnterOrLinkClause || IsIndirectClause) in ParseOMPDeclareTargetClauses()1874 if (IsIndirectClause) { in ParseOMPDeclareTargetClauses()