clang-tools 20.0.0git
|
#include "RedundantPreprocessorCheck.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/Lexer.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 |
std::string Condition |
Condition used after the preprocessor directive.
Definition at line 22 of file RedundantPreprocessorCheck.cpp.
Referenced by clang::tidy::misc::StaticAssertCheck::check(), clang::tidy::llvm_check::PreferIsaOrDynCastInConditionalsCheck::registerMatchers(), and clang::tidy::misc::StaticAssertCheck::registerMatchers().
SourceLocation Loc |
Definition at line 20 of file RedundantPreprocessorCheck.cpp.