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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 4384 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul
4385 StrBuffer += "\"";
4409 StrBuffer += TokSpelling;
4412 StrBuffer += "\"";
4422 // ok that the Token points to StrBuffer.
4427 Toks[0].setLiteralData(StrBuffer.data());
4428 Toks[0].setLength(StrBuffer.size());
ParseDecl.cpp 730 SmallString<8> StrBuffer;
732 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 191 milliseconds