Searched defs:spelling (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/clang/
H A Dcindex.py150 _fields_ = [("spelling", c_char_p), ("free", c_int)]
323 def spelling(self): member in class:Diagnostic
386 return "<Diagnostic severity %r, location %r, spelling %r>" % (
387 self.severity, self.location, self.spelling)
592 # declaration; one can extract their location information, spelling, find their
769 # expression; one can extract their location information, spelling, children,
961 # one can extract their location information, spelling, children, etc. However,
1167 def spelling(self): member in class:Cursor
1168 """Return the spelling of the entity pointed at by the cursor."""
1535 def spelling(sel member in class:TypeKind
1847 def spelling(self): member in class:Type
1930 def spelling(self): member in class:CompletionChunk
2299 def spelling(self): member in class:TranslationUnit
2705 def spelling(self): member in class:Token
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c3420 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
3435 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
3436 clang_disposeString(spelling);

Completed in 88 milliseconds