Home
last modified time | relevance | path

Searched refs:cspell (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c2338 const char *cspell; in inspect_cursor_at() local
2345 cspell = clang_getCString(Spelling); in inspect_cursor_at()
2346 if (cspell && strlen(cspell) != 0) { in inspect_cursor_at()
2348 printf(" Spelling=%s (", cspell); in inspect_cursor_at()