cindex.py | 150 _fields_ = [("spelling", c_char_p), ("free", c_int)] 300 def spelling(self): member in class:Diagnostic 363 return "<Diagnostic severity %r, location %r, spelling %r>" % ( 364 self.severity, self.location, self.spelling) 569 # declaration; one can extract their location information, spelling, find their 746 # expression; one can extract their location information, spelling, children, 938 # one can extract their location information, spelling, children, etc. However, 1136 def spelling(self): member in class:Cursor 1429 def spelling(self): member in class:TypeKind 1761 def spelling(self): member in class:CompletionChunk 2130 def spelling(self): member in class:TranslationUnit 2528 def spelling(self): member in class:Token [all...] |