Home
last modified time | relevance | path

Searched defs:NodeAndBool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp317 template <typename Node> struct NodeAndBool { struct in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
318 const Node *Item = nullptr;
319 bool Bool = false;
321 operator bool() const { return Item != nullptr; } in operator bool()