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

Lines Matching refs:startBuf

1008   const char *startBuf, *endBuf;
1017 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
1024 while (startBuf < endBuf) {
1029 if (*startBuf == '\n') {
1030 startBuf++;
1033 } else if (*startBuf != '\t')
1054 startBuf++;