Searched defs:spelling (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/ | ||
H A D | util.py | 33 def get_cursor(source, spelling): argument |
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/ | ||
H A D | cindex.py | 323 def spelling(self): member in Diagnostic |
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/ | ||
H A D | c-index-test.c | 3462 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local |