Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp352 const Stmt *ExplodedNode::getNextStmtForDiagnostics() const { in getNextStmtForDiagnostics() function in ExplodedNode
H A DBugReporter.cpp579 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
874 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
2420 S = ErrorNode->getNextStmtForDiagnostics(); in getLocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h282 const Stmt *getNextStmtForDiagnostics() const;