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

Lines Matching defs:startBuf

947   const char *startBuf, *endBuf;
956 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
963 while (startBuf < endBuf) {
968 if (*startBuf == '\n') {
969 startBuf++;
972 } else if (*startBuf != '\t')
993 startBuf++;