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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 787 assert(PendingComment.empty() && "Only one comment per value!");
788 PendingComment = Comment;
792 if (PendingComment.empty())
796 while (!PendingComment.empty()) {
797 auto Pos = PendingComment.find("*/");
799 OS << PendingComment;
800 PendingComment = "";
802 OS << PendingComment.take_front(Pos) << "* /";
803 PendingComment = PendingComment.drop_front(Pos + 2)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 987 llvm::StringRef PendingComment;

Completed in 31 milliseconds