HomeSort by: relevance | last modified time | path
    Searched defs:endBuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1174 const char *endBuf = SM->getCharacterData(LocEnd);
1175 for (const char *p = startBuf; p < endBuf; p++) {
1359 const char *endBuf = SM->getCharacterData(LocEnd);
1360 ReplaceText(LocStart, endBuf-startBuf, ResultStr);
1372 const char *endBuf = SM->getCharacterData(LocEnd);
1373 ReplaceText(LocStart, endBuf-startBuf, ResultStr);
2059 const char *endBuf = SM->getCharacterData(endLoc);
2060 const char *semiBuf = strchr(endBuf, ';');
2119 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf,
2121 while (startBuf < endBuf) {
    [all...]
RewriteObjC.cpp 430 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
1008 const char *endBuf = SM->getCharacterData(LocEnd);
1009 for (const char *p = startBuf; p < endBuf; p++) {
1183 const char *endBuf = SM->getCharacterData(LocEnd);
1184 ReplaceText(LocStart, endBuf-startBuf, ResultStr);
1196 const char *endBuf = SM->getCharacterData(LocEnd);
1197 ReplaceText(LocStart, endBuf-startBuf, ResultStr);
1666 const char *endBuf = SM->getCharacterData(endLoc);
1667 while (*endBuf != ')') endBuf--
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1336 const char *startBuf, *endBuf;
1345 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
1352 while (startBuf < endBuf) {

Completed in 33 milliseconds