clang-tools 19.0.0git
Namespaces
HeaderIncludeCycleCheck.cpp File Reference
#include "HeaderIncludeCycleCheck.h"
#include "../utils/OptionsUtils.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Regex.h"
#include <algorithm>
#include <deque>
#include <optional>
#include <string>

Go to the source code of this file.

Namespaces

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

Variable Documentation

◆ Id

FileID Id

◆ Loc

SourceLocation Loc

Definition at line 31 of file HeaderIncludeCycleCheck.cpp.

◆ Name

llvm::StringRef Name

Definition at line 30 of file HeaderIncludeCycleCheck.cpp.