Searched defs:spelling (Results 1 – 4 of 4) sorted by relevance
/external/clang/bindings/python/tests/cindex/ | ||
D | util.py | 33 def get_cursor(source, spelling): argument |
/external/clang/bindings/python/clang/ | ||
D | cindex.py | 323 def spelling(self): member in Diagnostic |
/external/clang/lib/Sema/ | ||
D | SemaObjCProperty.cpp | 2077 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local |
/external/clang/tools/c-index-test/ | ||
D | c-index-test.c | 3700 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local |