Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:startBuf

1133   const char *startBuf, *endBuf;
1142 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
1149 while (startBuf < endBuf) {
1154 if (*startBuf == '\n') {
1155 startBuf++;
1158 } else if (*startBuf != '\t')
1179 startBuf++;