Home
last modified time | relevance | path

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

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