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.c2394 const char *cspell; in inspect_print_cursor() local
2401 cspell = clang_getCString(Spelling); in inspect_print_cursor()
2402 if (cspell && strlen(cspell) != 0) { in inspect_print_cursor()
2404 printf(" Spelling=%s (", cspell); in inspect_print_cursor()
2499 const char *cspell; in inspect_evaluate_cursor() local
2508 cspell = clang_getCString(Spelling); in inspect_evaluate_cursor()
2509 if (cspell && strlen(cspell) != 0) { in inspect_evaluate_cursor()
2511 printf(" Spelling=%s (", cspell); in inspect_evaluate_cursor()
2536 const char *cspell; in inspect_macroinfo_cursor() local
2543 cspell = clang_getCString(Spelling); in inspect_macroinfo_cursor()
[all …]