Home
last modified time | relevance | path

Searched defs:spelling (Results 1 – 4 of 4) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dutil.py33 def get_cursor(source, spelling): argument
51 def get_cursors(source, spelling): argument
/external/clang/bindings/python/clang/
Dcindex.py323 def spelling(self): member in Diagnostic
1228 def spelling(self): member in Cursor
1651 def spelling(self): member in TypeKind
1946 def spelling(self): member in Type
2029 def spelling(self): member in CompletionChunk
2398 def spelling(self): member in TranslationUnit
2804 def spelling(self): member in Token
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2016 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local
/external/clang/tools/c-index-test/
Dc-index-test.c3547 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local