clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::tidy::readability::SimplifyBooleanExprCheck::Visitor::NodeAndBool< Node > Struct Template Reference

Public Member Functions

 operator bool () const
 

Public Attributes

const Node * Item = nullptr
 
bool Bool = false
 

Detailed Description

template<typename Node>
struct clang::tidy::readability::SimplifyBooleanExprCheck::Visitor::NodeAndBool< Node >

Definition at line 322 of file SimplifyBooleanExprCheck.cpp.

Member Function Documentation

◆ operator bool()

template<typename Node >
clang::tidy::readability::SimplifyBooleanExprCheck::Visitor::NodeAndBool< Node >::operator bool ( ) const
inline

Member Data Documentation

◆ Bool

template<typename Node >
bool clang::tidy::readability::SimplifyBooleanExprCheck::Visitor::NodeAndBool< Node >::Bool = false

◆ Item

template<typename Node >
const Node* clang::tidy::readability::SimplifyBooleanExprCheck::Visitor::NodeAndBool< Node >::Item = nullptr

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