Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1329 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() function
1344 if (!isContainedByStmt(PM, Term, S)) in getStmtBeforeCond()
1357 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody()
1359 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1366 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody()
1382 return isContainedByStmt(PM, LoopBody, S); in isInLoopBody()