Searched refs:PermutationClause (Results 1 – 1 of 1) sorted by relevance
15319 const OMPPermutationClause *PermutationClause = in ActOnOpenMPInterchangeDirective() local15321 size_t NumLoops = PermutationClause ? PermutationClause->getNumLoops() : 2; in ActOnOpenMPInterchangeDirective()15338 if (PermutationClause && in ActOnOpenMPInterchangeDirective()15339 llvm::is_contained(PermutationClause->getArgsRefs(), nullptr)) in ActOnOpenMPInterchangeDirective()15351 if (!PermutationClause) { in ActOnOpenMPInterchangeDirective()15354 ArrayRef<Expr *> PermArgs = PermutationClause->getArgsRefs(); in ActOnOpenMPInterchangeDirective()