Lines Matching refs:conventions
151 conventions=None, argument
219 self.conventions = conventions
430 if self.genOpts.conventions is None:
561 if self.genOpts.conventions is None:
571 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
796 self.conventions.generate_max_enum_in_docs):
871 if self.genOpts.conventions is None:
874 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
875 self.file_suffix = self.genOpts.conventions.file_suffix
888 self.conventions = genOpts.conventions
1050 if self.genOpts.conventions is None:
1060 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1062 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
1100 if self.genOpts.conventions is None:
1110 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1112 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
1173 if not self.conventions:
1178 if self.conventions.type_always_valid(structname):
1182 if self.conventions.category_requires_validation(category):
1193 if member_name in (self.conventions.structtype_member_name,
1194 self.conventions.nextpointer_member_name):
1205 if self.conventions.type_always_valid(member_type):
1210 if self.conventions.category_requires_validation(member_category):