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