clang API Documentation

Classes | Namespaces
SimpleFormatContext.h File Reference

Defines a utility class for use of clang-format in libclang. More...

#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for SimpleFormatContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::index::SimpleFormatContext
 A small class to be used by libclang clients to format a declaration string in memory. This object is instantiated once and used each time a formatting is needed. More...

Namespaces

namespace  clang
namespace  clang::index

Detailed Description

Defines a utility class for use of clang-format in libclang.

Definition in file SimpleFormatContext.h.