Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/
H A Dutil.py33 def get_cursor(source, spelling): argument
51 def get_cursors(source, spelling): argument
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py323 def spelling(self): member in Diagnostic
1198 def spelling(self): member in Cursor
1609 def spelling(self): member in TypeKind
1888 def spelling(self): member in Type
1971 def spelling(self): member in CompletionChunk
2340 def spelling(self): member in TranslationUnit
2746 def spelling(self): member in Token
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3462 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local