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

Lines Matching refs:startBuf

1075   const char *startBuf, *endBuf;
1084 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
1091 while (startBuf < endBuf) {
1096 if (*startBuf == '\n') {
1097 startBuf++;
1100 } else if (*startBuf != '\t')
1121 startBuf++;