Searched refs:isContainedByStmt (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1020 static bool isContainedByStmt(const ParentMap &PM, const Stmt *S, in isContainedByStmt() function 1036 if (!isContainedByStmt(PM, Term, S)) in getStmtBeforeCond() 1049 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody() 1051 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody() 1058 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody() 1074 return isContainedByStmt(PM, LoopBody, S); in isInLoopBody()
|