Searched refs:GlyphName (Results 1 – 5 of 5) sorted by relevance
11 statement.append(ast.GlyphName(name))
79 class GlyphName(Expression): class
517 coverage.append(ast.GlyphName(name, location=location))
153 class GlyphName(Expression): class957 is_specific = (isinstance(self.glyphs1, GlyphName) and958 isinstance(self.glyphs2, GlyphName))
273 return self.ast.GlyphName(glyph, location=self.cur_token_location_)