Lines Matching defs:CPred
600 /// match specified \a CPred predicate in any directive which matches \a DPred
606 CPred,
610 /// match specified \a CPred predicate in any innermost directive which
614 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
618 /// attributes which match specified \a CPred predicate at the specified
622 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1908 CPred,
1924 if (I == NewI && CPred(DVar.CKind, DVar.AppliedToPointee, I->DefaultAttr))
1931 ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1945 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))
1952 const llvm::function_ref<bool(OpenMPClauseKind, bool)> CPred,
1960 CPred(I->getSecond().Attributes, I->getSecond().AppliedToPointee) &&
1966 return CPred(OMPC_private, /*AppliedToPointee=*/false);