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)]
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
742 # expression; one can extract their location information, spelling, children,
914 # one can extract their location information, spelling, children, etc. However,
1103 def spelling(self): member in class:Cursor
1104 """Return the spelling of the entity pointed at by the cursor."""
1367 def spelling(sel member in class:TypeKind
1650 def spelling(self): member in class:CompletionChunk
1996 def spelling(self): member in class:TranslationUnit
2381 def spelling(self): member in class:Token
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c2706 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
2721 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
2722 clang_disposeString(spelling);

Completed in 188 milliseconds