clang-tools 20.0.0git
|
#include "IncludeFixer.h"
#include "clang/Format/Format.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Parse/ParseAST.h"
#include "clang/Sema/Sema.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::include_fixer |
Macros | |
#define | DEBUG_TYPE "clang-include-fixer" |
Functions | |
static bool | clang::include_fixer::addDiagnosticsForContext (TypoCorrection &Correction, const IncludeFixerContext &Context, StringRef Code, SourceLocation StartOfFile, ASTContext &Ctx) |
llvm::Expected< tooling::Replacements > | clang::include_fixer::createIncludeFixerReplacements (StringRef Code, const IncludeFixerContext &Context, const clang::format::FormatStyle &Style, bool AddQualifiers) |
#define DEBUG_TYPE "clang-include-fixer" |
Definition at line 19 of file clang-include-fixer/IncludeFixer.cpp.