clang 20.0.0git
|
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
raw_ostream & | clang::Indent (raw_ostream &Out, const unsigned int Space, bool IsDot) |
std::string | clang::JsonFormat (StringRef RawSR, bool AddQuotes) |
void | clang::printSourceLocationAsJson (raw_ostream &Out, SourceLocation Loc, const SourceManager &SM, bool AddBraces=true) |