clang-tools 20.0.0git
Public Member Functions | List of all members
clang::tidy::modernize::NotLengthExprForStringNode Struct Reference

Public Member Functions

 NotLengthExprForStringNode (std::string ID, DynTypedNode Node, ASTContext *Context)
 
bool operator() (const internal::BoundNodesMap &Nodes) const
 

Detailed Description

Definition at line 36 of file UseStartsEndsWithCheck.cpp.

Constructor & Destructor Documentation

◆ NotLengthExprForStringNode()

clang::tidy::modernize::NotLengthExprForStringNode::NotLengthExprForStringNode ( std::string  ID,
DynTypedNode  Node,
ASTContext *  Context 
)
inline

Definition at line 37 of file UseStartsEndsWithCheck.cpp.

References ID, and Node.

Member Function Documentation

◆ operator()()

bool clang::tidy::modernize::NotLengthExprForStringNode::operator() ( const internal::BoundNodesMap &  Nodes) const
inline

The documentation for this struct was generated from the following file: