Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective()
129 leafs, [&](const LeafReprInternal &leaf) { return leaf.id == dirId; }); in findDirective()
1004 llvm::omp::Directive dirId = *modifier; in applyClause() local
1011 if (auto *hasDir = findDirective(dirId)) { in applyClause()