Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h40 void matchTernaryResult(ast_matchers::MatchFinder *Finder, bool Value,
DSimplifyBooleanExprCheck.cpp452 void SimplifyBooleanExprCheck::matchTernaryResult(MatchFinder *Finder, in matchTernaryResult() function in clang::tidy::readability::SimplifyBooleanExprCheck
537 matchTernaryResult(Finder, true, TernaryId); in registerMatchers()
538 matchTernaryResult(Finder, false, TernaryNegatedId); in registerMatchers()