Searched refs:SubS (Results 1 – 1 of 1) sorted by relevance
911 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() argument912 while (SubS) { in isContainedByStmt()913 if (SubS == S) in isContainedByStmt()915 SubS = PM.getParent(SubS); in isContainedByStmt()