Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1023 const Stmt *SubS) { in isContainedByStmt() argument
1024 while (SubS) { in isContainedByStmt()
1025 if (SubS == S) in isContainedByStmt()
1027 SubS = PM.getParent(SubS); in isContainedByStmt()