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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1017 static bool isContainedByStmt(const ParentMap &PM, const Stmt *S, function
1033 if (!isContainedByStmt(PM, Term, S))
1046 if (isContainedByStmt(PM, FR->getInc(), S))
1048 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S))
1055 if (isContainedByStmt(PM, FS->getInc(), S))
1071 return isContainedByStmt(PM, LoopBody, S);

Completed in 184 milliseconds