| cindex.py | 221 _fields_ = [("spelling", c_char_p), ("free", c_int)] 403 def spelling(self): member in class:Diagnostic 495 return "<Diagnostic severity %r, location %r, spelling %r>" % ( 496 self.severity, self.location, self.spelling) 716 # declaration; one can extract their location information, spelling, find their 893 # expression; one can extract their location information, spelling, children, 1091 # one can extract their location information, spelling, children, etc. However, 1544 def spelling(self): member in class:Cursor 1545 """Return the spelling of the entity pointed at by the cursor.""" 2023 def spelling(self) member in class:TypeKind 2427 def spelling(self): member in class:Type 2510 def spelling(self): member in class:CompletionChunk 2883 def spelling(self): member in class:TranslationUnit 3287 def spelling(self): member in class:Token [all...] |