Searched defs:spelling (Results 1 - 3 of 3) 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)
604 # declaration; one can extract their location information, spelling, find their
781 # expression; one can extract their location information, spelling, children,
973 # one can extract their location information, spelling, children, etc. However,
1198 def spelling(self): member in class:Cursor
1199 """Return the spelling of the entity pointed at by the cursor."""
1621 def spelling(sel member in class:TypeKind
1915 def spelling(self): member in class:Type
1998 def spelling(self): member in class:CompletionChunk
2367 def spelling(self): member in class:TranslationUnit
2773 def spelling(self): member in class:Token
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1881 StringRef spelling = "__attribute__((objc_method_family(none)))"; local
1884 spelling = macroName;
1887 << method->getDeclName() << spelling;
1890 fixItText += spelling;
/external/clang/tools/c-index-test/
H A Dc-index-test.c3485 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
3500 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
3501 clang_disposeString(spelling);

Completed in 90 milliseconds