Searched refs:getRightmostLeaf (Results 1 – 1 of 1) sorted by relevance
2620 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() function2671 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition)); in ResolveCondition()