clang-tools 19.0.0git
Namespaces | Typedefs
DeprecatedHeadersCheck.cpp File Reference
#include "DeprecatedHeadersCheck.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include <algorithm>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::modernize
 

Typedefs

using IncludeMarker = clang::tidy::modernize::DeprecatedHeadersCheck::IncludeMarker
 

Typedef Documentation

◆ IncludeMarker

Definition at line 20 of file DeprecatedHeadersCheck.cpp.