Lines Matching defs:CPred
605 /// match specified \a CPred predicate in any directive which matches \a DPred
611 CPred,
615 /// match specified \a CPred predicate in any innermost directive which
619 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
623 /// attributes which match specified \a CPred predicate at the specified
627 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1940 CPred,
1956 if (I == NewI && CPred(DVar.CKind, DVar.AppliedToPointee, I->DefaultAttr))
1963 ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1977 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))
1984 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1992 CPred(I->getSecond().Attributes, I->getSecond().AppliedToPointee) &&
1998 return CPred(OMPC_private, /*AppliedToPointee=*/false);