HomeSort by relevance Sort by last modified time
    Searched defs:endBuf (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/c-index-test/
c-index-test.c 497 const char *startBuf, *endBuf;
506 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
513 while (startBuf < endBuf) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 465 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
    [all...]
RewriteObjC.cpp 430 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
    [all...]

Completed in 170 milliseconds