Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2917 const char *cspell; in inspect_print_cursor() local
2924 cspell = clang_getCString(Spelling); in inspect_print_cursor()
2925 if (cspell && strlen(cspell) != 0) { in inspect_print_cursor()
2927 printf(" Spelling=%s (", cspell); in inspect_print_cursor()
3031 const char *cspell; in inspect_evaluate_cursor() local
3040 cspell = clang_getCString(Spelling); in inspect_evaluate_cursor()
3041 if (cspell && strlen(cspell) != 0) { in inspect_evaluate_cursor()
3043 printf(" Spelling=%s (", cspell); in inspect_evaluate_cursor()
3068 const char *cspell; in inspect_macroinfo_cursor() local
3075 cspell = clang_getCString(Spelling); in inspect_macroinfo_cursor()
[all …]