clang-tools
3.9.0
|
#include "ProTypeMemberInitCheck.h"
#include "../utils/LexerUtils.h"
#include "../utils/Matchers.h"
#include "../utils/TypeTraits.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallPtrSet.h"
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::cppcoreguidelines | |
SmallVector<std::string, 4> Initializers |
Definition at line 162 of file ProTypeMemberInitCheck.cpp.
InitializerPlacement Placement |
Definition at line 160 of file ProTypeMemberInitCheck.cpp.
const CXXCtorInitializer* Where |
Definition at line 161 of file ProTypeMemberInitCheck.cpp.