Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1023 static bool isContainedByStmt(const ParentMap &PM, const Stmt *S, in isContainedByStmt() function
1039 if (!isContainedByStmt(PM, Term, S)) in getStmtBeforeCond()
1052 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody()
1054 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1061 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody()
1077 return isContainedByStmt(PM, LoopBody, S); in isInLoopBody()