HomeSort by: relevance | last modified time | path
    Searched defs:CSpelling (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1117 const char *CSpelling = clang_getCString(Spelling);
1118 if (CName && strcmp(CName, CSpelling)) {
1129 const char *CSpelling = clang_getCString(Spelling);
1130 char *DefaultSetter = malloc(strlen(CSpelling) + 5);
1131 sprintf(DefaultSetter, "set%s:", CSpelling);

Completed in 19 milliseconds