clang 24.0.0git
HeaderIncludes.h File Reference
#include "clang/Tooling/Core/Replacement.h"
#include "clang/Tooling/Inclusions/IncludeStyle.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Regex.h"
#include <list>
#include <optional>
#include <set>
#include <string>
#include <unordered_map>

Go to the source code of this file.

Classes

class  clang::tooling::IncludeCategoryManager
 This class manages priorities of C++ #include categories and calculates priorities for headers. More...
class  clang::tooling::HeaderIncludes
 Generates replacements for inserting or deleting #include directives in a file. More...
struct  clang::tooling::HeaderIncludes::HeaderToInsert
 Represents a single header directive to be inserted in a batch operation. More...

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::tooling

Enumerations

enum class  clang::tooling::IncludeDirective { clang::tooling::Include , clang::tooling::Import }