Searched defs:cspell (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c2394 const char *cspell; local
2401 cspell = clang_getCString(Spelling);
2402 if (cspell && strlen(cspell) != 0) {
2404 printf(" Spelling=%s (", cspell);
2499 const char *cspell; local
2508 cspell = clang_getCString(Spelling);
2509 if (cspell && strlen(cspell) != 0) {
2511 printf(" Spelling=%s (", cspell);
2536 const char *cspell; local
[all...]

Completed in 145 milliseconds