clang-tools 20.0.0git
|
#include "AvoidConstOrRefDataMembersCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.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::isCopyConstructible (CXXRecordDecl const &Node) |
static bool | clang::tidy::cppcoreguidelines::isMoveConstructible (CXXRecordDecl const &Node) |
static bool | clang::tidy::cppcoreguidelines::isCopyAssignable (CXXRecordDecl const &Node) |
static bool | clang::tidy::cppcoreguidelines::isMoveAssignable (CXXRecordDecl const &Node) |