Searched defs:spelling (Results 1 - 4 of 4) 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
403 return "<Diagnostic severity %r, location %r, spelling %r>" % (
404 self.severity, self.location, self.spelling)
621 # declaration; one can extract their location information, spelling, find their
798 # expression; one can extract their location information, spelling, children,
990 # one can extract their location information, spelling, children, etc. However,
1274 def spelling(self): member in class:Cursor
1275 """Return the spelling of the entity pointed at by the cursor."""
1697 def spelling(sel member in class:TypeKind
2000 def spelling(self): member in class:Type
2083 def spelling(self): member in class:CompletionChunk
2452 def spelling(self): member in class:TranslationUnit
2863 def spelling(self): member in class:Token
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2077 StringRef spelling = "__attribute__((objc_method_family(none)))"; local
2080 spelling = macroName;
2083 << method->getDeclName() << spelling;
2086 fixItText += spelling;
/external/clang/tools/c-index-test/
H A Dc-index-test.c3700 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
3715 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
3716 clang_disposeString(spelling);
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 345 milliseconds