Home
last modified time | relevance | path

Searched refs:DeclAndBool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp325 using DeclAndBool = NodeAndBool<Decl>; typedef in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
397 &Loc](const Stmt *S) -> DeclAndBool { in VisitIfStmt()
417 if (DeclAndBool ThenAssignment = in VisitIfStmt()
419 DeclAndBool ElseAssignment = in VisitIfStmt()