Lines Matching defs:AppliedToPointee
85 bool AppliedToPointee = false;
90 bool AppliedToPointee)
93 AppliedToPointee(AppliedToPointee) {}
118 bool AppliedToPointee = false;
556 bool AppliedToPointee = false);
1346 DVar.AppliedToPointee = Data.AppliedToPointee;
1516 bool AppliedToPointee) {
1540 Data.AppliedToPointee = AppliedToPointee;
1547 Data.AppliedToPointee = AppliedToPointee;
1656 /*AppliedToPointee=*/false);
1683 /*AppliedToPointee=*/false);
1856 DVar.AppliedToPointee = Data.AppliedToPointee;
1907 DVar.AppliedToPointee = Data.AppliedToPointee;
1956 if (I == NewI && CPred(DVar.CKind, DVar.AppliedToPointee, I->DefaultAttr))
1977 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))
1992 CPred(I->getSecond().Attributes, I->getSecond().AppliedToPointee) &&
1998 return CPred(OMPC_private, /*AppliedToPointee=*/false);
2263 [](OpenMPClauseKind K, bool AppliedToPointee) {
2264 return K == OMPC_reduction && !AppliedToPointee;
2277 [](OpenMPClauseKind K, bool AppliedToPointee) -> bool {
2279 (K == OMPC_reduction && AppliedToPointee);
2338 [](OpenMPClauseKind C, bool AppliedToPointee,
2340 return isOpenMPPrivate(C) && !AppliedToPointee &&
2446 (!VD || VD->hasLocalStorage() || !DVarTop.AppliedToPointee))
2455 [](OpenMPClauseKind C, bool AppliedToPointee, bool) {
2456 return isOpenMPPrivate(C) && !AppliedToPointee;
2472 [](OpenMPClauseKind C, bool AppliedToPointee,
2474 return isOpenMPPrivate(C) && !AppliedToPointee &&
2543 [](OpenMPClauseKind C, bool AppliedToPointee,
2545 return isOpenMPPrivate(C) && !AppliedToPointee &&
2641 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) {
2642 if (isOpenMPPrivate(K) && !AppliedToPointee) {
3950 [](OpenMPClauseKind C, bool AppliedToPointee) {
3951 return C == OMPC_reduction && !AppliedToPointee;
4046 [](OpenMPClauseKind C, bool AppliedToPointee) {
4047 return C == OMPC_reduction && !AppliedToPointee;
17384 [](OpenMPClauseKind C, bool AppliedToPointee) {
17385 return C == OMPC_reduction && !AppliedToPointee;
17786 [](OpenMPClauseKind C, bool AppliedToPointee, bool) {
17787 return isOpenMPPrivate(C) && !AppliedToPointee;