Searched refs:SubS (Results 1 – 1 of 1) sorted by relevance
1021 const Stmt *SubS) { in isContainedByStmt() argument1022 while (SubS) { in isContainedByStmt()1023 if (SubS == S) in isContainedByStmt()1025 SubS = PM.getParent(SubS); in isContainedByStmt()