HomeSort by relevance Sort by last modified time
    Searched refs:startBuf (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 281 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 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++;
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 77 milliseconds