Searched refs:has_location (Results 1 – 11 of 11) sorted by relevance
86 self.assertFalse(spec.has_location)97 self.assertFalse(spec.has_location)109 self.assertFalse(spec.has_location)121 self.assertFalse(spec.has_location)126 self.assertFalse(spec.has_location)127 spec.has_location = True128 self.assertTrue(spec.has_location)135 has_location=False,146 has_location=True,157 has_location=False,[all …]
47 self.data.__spec__.has_location = False
106 spec.has_location = True113 spec.has_location = True
233 bool has_location = false; in GetLocationsForVariable() local244 if (has_location && dec.params()[0] != location) { in GetLocationsForVariable()248 has_location = true; in GetLocationsForVariable()328 if (!has_location && !is_block) { in GetLocationsForVariable()334 if (has_location) { in GetLocationsForVariable()
233 bool has_location = false; in GetLocationsForVariable() local244 if (has_location && dec.params()[0] != location) { in GetLocationsForVariable()248 has_location = true; in GetLocationsForVariable()340 if (!has_location && !is_block) { in GetLocationsForVariable()347 if (has_location) { in GetLocationsForVariable()
387 self.has_location == other.has_location)413 def has_location(self): member in ModuleSpec416 @has_location.setter417 def has_location(self, value): member in ModuleSpec548 if spec.has_location:591 if spec.has_location:
2124 auto has_location = false; in ValidateStructure() local2150 has_location = true; in ValidateStructure()2177 if (interpolate_attribute && !has_location) { in ValidateStructure()
665 "has_location" attributes are consulted.
1458 .. attribute:: has_location
3085 - Issue #18864: Added a setter for ModuleSpec.has_location.