Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp911 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() function
926 if (!isContainedByStmt(PM, Term, S)) in getStmtBeforeCond()
939 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody()
941 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
948 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody()
964 return isContainedByStmt(PM, LoopBody, S); in isInLoopBody()