clang-tools
15.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 | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::readability | |
std::string Condition |
Condition used after the preprocessor directive.
Definition at line 24 of file RedundantPreprocessorCheck.cpp.
SourceLocation Loc |
Definition at line 22 of file RedundantPreprocessorCheck.cpp.