Lines Matching defs:AppliedToPointee
84 bool AppliedToPointee = false;
89 bool AppliedToPointee)
92 AppliedToPointee(AppliedToPointee) {}
117 bool AppliedToPointee = false;
551 bool AppliedToPointee = false);
1316 DVar.AppliedToPointee = Data.AppliedToPointee;
1484 bool AppliedToPointee) {
1508 Data.AppliedToPointee = AppliedToPointee;
1515 Data.AppliedToPointee = AppliedToPointee;
1624 /*AppliedToPointee=*/false);
1651 /*AppliedToPointee=*/false);
1824 DVar.AppliedToPointee = Data.AppliedToPointee;
1875 DVar.AppliedToPointee = Data.AppliedToPointee;
1924 if (I == NewI && CPred(DVar.CKind, DVar.AppliedToPointee, I->DefaultAttr))
1945 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))
1960 CPred(I->getSecond().Attributes, I->getSecond().AppliedToPointee) &&
1966 return CPred(OMPC_private, /*AppliedToPointee=*/false);
2231 [](OpenMPClauseKind K, bool AppliedToPointee) {
2232 return K == OMPC_reduction && !AppliedToPointee;
2245 [](OpenMPClauseKind K, bool AppliedToPointee) -> bool {
2247 (K == OMPC_reduction && AppliedToPointee);
2306 [](OpenMPClauseKind C, bool AppliedToPointee,
2308 return isOpenMPPrivate(C) && !AppliedToPointee &&
2414 (!VD || VD->hasLocalStorage() || !DVarTop.AppliedToPointee))
2423 [](OpenMPClauseKind C, bool AppliedToPointee, bool) {
2424 return isOpenMPPrivate(C) && !AppliedToPointee;
2440 [](OpenMPClauseKind C, bool AppliedToPointee,
2442 return isOpenMPPrivate(C) && !AppliedToPointee &&
2511 [](OpenMPClauseKind C, bool AppliedToPointee,
2513 return isOpenMPPrivate(C) && !AppliedToPointee &&
2609 [&OMPC](const OpenMPClauseKind K, bool AppliedToPointee) {
2610 if (isOpenMPPrivate(K) && !AppliedToPointee) {
3944 [](OpenMPClauseKind C, bool AppliedToPointee) {
3945 return C == OMPC_reduction && !AppliedToPointee;
4039 [](OpenMPClauseKind C, bool AppliedToPointee) {
4040 return C == OMPC_reduction && !AppliedToPointee;
17571 [](OpenMPClauseKind C, bool AppliedToPointee) {
17572 return C == OMPC_reduction && !AppliedToPointee;
17973 [](OpenMPClauseKind C, bool AppliedToPointee, bool) {
17974 return isOpenMPPrivate(C) && !AppliedToPointee;