Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1327 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() argument
1328 while (SubS) { in isContainedByStmt()
1329 if (SubS == S) in isContainedByStmt()
1331 SubS = PM.getParent(SubS); in isContainedByStmt()