Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1034 const Stmt *SubS) { in isContainedByStmt() argument
1035 while (SubS) { in isContainedByStmt()
1036 if (SubS == S) in isContainedByStmt()
1038 SubS = PM.getParent(SubS); in isContainedByStmt()