Searched refs:decl (Results 1 – 1 of 1) sorted by relevance
165 def add_semicolon(decl): argument166 if len(decl) != 0 and decl[-1][-1] != ";":167 decl[-1] += ";"168 return decl1927 decl = [line for child in self.value for line in child.full_declaration()]1928 return decl1932 decl = list()1935 decl.extend(child.single_declaration())1936 return decl2085 decl = [][all …]