Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3159 static void collectConjunctionTerms(Expr *Clause, in collectConjunctionTerms() function
3163 collectConjunctionTerms(BinOp->getLHS(), Terms); in collectConjunctionTerms()
3164 collectConjunctionTerms(BinOp->getRHS(), Terms); in collectConjunctionTerms()
3246 collectConjunctionTerms(Cond, Terms); in findFailedBooleanCondition()