Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1021 const Stmt *SubS) { in isContainedByStmt() argument
1022 while (SubS) { in isContainedByStmt()
1023 if (SubS == S) in isContainedByStmt()
1025 SubS = PM.getParent(SubS); in isContainedByStmt()