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