Searched refs:decl (Results 1 – 1 of 1) sorted by relevance
163 def add_semicolon(decl): argument164 if len(decl) != 0 and decl[-1][-1] != ";":165 decl[-1] += ";"166 return decl1809 decl = [line for child in self.value for line in child.full_declaration()]1810 return decl1814 decl = list()1817 decl.extend(child.add_var_name(1819 return decl1957 decl = self.add_var_name(var_type, anonymous=(self.type == "UNION"))[all …]