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

Lines Matching refs:startBuf

483   const char *startBuf, *endBuf;
492 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
499 while (startBuf < endBuf) {
504 if (*startBuf == '\n') {
505 startBuf++;
508 } else if (*startBuf != '\t')
529 startBuf++;