Searched refs:SubS (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1299 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { argument
1300 while (SubS) {
1301 if (SubS == S)
1303 SubS = PM.getParent(SubS);

Completed in 59 milliseconds