Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:Spelling

2210         CXString Spelling;
2217 Spelling = clang_getCursorSpelling(Cursor);
2218 cspell = clang_getCString(Spelling);
2221 printf(" Spelling=%s (", cspell);
2231 clang_disposeString(Spelling);
3420 CXString spelling = clang_getTokenSpelling(TU, tokens[i]);
3435 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
3436 clang_disposeString(spelling);