OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Apr 29 00:23:26 UTC 2026