Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:hasProperty

51     __attribute__((__blocks__(byref))) bool hasProperty = false;
55 func(hasProperty);
56 if (hasProperty)
57 hasProperty = 0;
59 hasProperty = 1;
60 return hasProperty;
62 func(hasProperty);
65 if (hasProperty)
66 hasProperty = 1;
69 return hasProperty = 1;