Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1335 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() function
1350 if (!isContainedByStmt(PM, Term, S)) in getStmtBeforeCond()
1363 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody()
1365 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1372 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody()
1388 return isContainedByStmt(PM, LoopBody, S); in isInLoopBody()