Home
last modified time | relevance | path

Searched refs:PermutationClause (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15319 const OMPPermutationClause *PermutationClause = in ActOnOpenMPInterchangeDirective() local
15321 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()