Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp179 DirectivesPredicate DPred, bool FromParent);
185 DirectivesPredicate DPred,
195 bool hasDirective(NamedDirectivesPredicate DPred, bool FromParent);
582 DirectivesPredicate DPred, in hasDSA() argument
591 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
603 DirectivesPredicate DPred, bool FromParent) { in hasInnermostDSA() argument
611 if (!DPred(I->Directive)) in hasInnermostDSA()
639 bool DSAStackTy::hasDirective(NamedDirectivesPredicate DPred, bool FromParent) { in hasDirective() argument
646 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()