clang-tools
5.0.0
|
#include "LambdaFunctionNameCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/Preprocessor.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::misc | |
LambdaFunctionNameCheck::SourceRangeSet* SuppressMacroExpansions |
Definition at line 57 of file LambdaFunctionNameCheck.cpp.
Referenced by clang::tidy::misc::LambdaFunctionNameCheck::check(), and clang::tidy::misc::LambdaFunctionNameCheck::registerPPCallbacks().