#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.
|
enum | InitializerPlacement { clang::tidy::cppcoreguidelines::@62::InitializerPlacement::After,
clang::tidy::cppcoreguidelines::@62::InitializerPlacement::Before,
clang::tidy::cppcoreguidelines::@62::InitializerPlacement::New
} |
|
SmallVector<std::string, 4> Initializers |
InitializerPlacement Placement |
const CXXCtorInitializer* Where |