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