clang-tools 20.0.0git
|
#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 | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::cppcoreguidelines |
Functions | |
static bool | clang::tidy::cppcoreguidelines::isIncompleteOrZeroLengthArrayType (ASTContext &Context, QualType T) |
static bool | clang::tidy::cppcoreguidelines::isEmpty (ASTContext &Context, const QualType &Type) |
static const char * | clang::tidy::cppcoreguidelines::getInitializer (QualType QT, bool UseAssignment) |
SmallVector<std::string, 4> Initializers |
Definition at line 187 of file ProTypeMemberInitCheck.cpp.
InitializerPlacement Placement |
Definition at line 185 of file ProTypeMemberInitCheck.cpp.
const CXXCtorInitializer* Where |
Definition at line 186 of file ProTypeMemberInitCheck.cpp.
Referenced by clang::tidy::misc::skeleton().