Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1024 const Stmt *SubS) { in isContainedByStmt() argument
1025 while (SubS) { in isContainedByStmt()
1026 if (SubS == S) in isContainedByStmt()
1028 SubS = PM.getParent(SubS); in isContainedByStmt()