Home
last modified time | relevance | path

Searched refs:SubS (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() argument
912 while (SubS) { in isContainedByStmt()
913 if (SubS == S) in isContainedByStmt()
915 SubS = PM.getParent(SubS); in isContainedByStmt()