clang API Documentation
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"
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 |
Defines a utility class for use of clang-format in libclang.
Definition in file SimpleFormatContext.h.