clang-tools 20.0.0git
|
#include <Matchers.h>
Public Member Functions | |
bool | operator() (const clang::ast_matchers::internal::BoundNodesMap &Nodes) const |
Public Attributes | |
std::string | ID |
::clang::DynTypedNode | Node |
ASTContext * | Context |
Definition at line 153 of file clang-tidy/utils/Matchers.h.
bool clang::tidy::matchers::NotIdenticalStatementsPredicate::operator() | ( | const clang::ast_matchers::internal::BoundNodesMap & | Nodes | ) | const |
Definition at line 14 of file Matchers.cpp.
References clang::tidy::utils::areStatementsIdentical(), Context, ID, and Node.
ASTContext* clang::tidy::matchers::NotIdenticalStatementsPredicate::Context |
Definition at line 159 of file clang-tidy/utils/Matchers.h.
Referenced by operator()().
std::string clang::tidy::matchers::NotIdenticalStatementsPredicate::ID |
Definition at line 157 of file clang-tidy/utils/Matchers.h.
Referenced by operator()().
::clang::DynTypedNode clang::tidy::matchers::NotIdenticalStatementsPredicate::Node |
Definition at line 158 of file clang-tidy/utils/Matchers.h.
Referenced by operator()().