clang-tools 19.0.0git
Namespaces
AvoidUnconditionalPreprocessorIfCheck.cpp File Reference
#include "AvoidUnconditionalPreprocessorIfCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"

Go to the source code of this file.

Namespaces

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

Variable Documentation

◆ Check

ClangTidyCheck& Check

Definition at line 91 of file AvoidUnconditionalPreprocessorIfCheck.cpp.

◆ PP

Preprocessor& PP

Definition at line 92 of file AvoidUnconditionalPreprocessorIfCheck.cpp.