Searched refs:IsIndirectClause (Results 1 – 1 of 1) sorted by relevance
1845 bool IsIndirectClause = getLangOpts().OpenMP >= 51 && in ParseOMPDeclareTargetClauses() local1847 if (DTCI.Indirect && IsIndirectClause) { in ParseOMPDeclareTargetClauses()1857 if (!IsDeviceTypeClause && !IsIndirectClause && in ParseOMPDeclareTargetClauses()1863 if (!IsDeviceTypeClause && !IsToOrLinkClause && !IsIndirectClause) { in ParseOMPDeclareTargetClauses()1872 if (IsToOrLinkClause || IsIndirectClause) in ParseOMPDeclareTargetClauses()1875 if (IsIndirectClause) { in ParseOMPDeclareTargetClauses()