Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp350 const Stmt *ExplodedNode::getNextStmtForDiagnostics() const { in getNextStmtForDiagnostics() function in ExplodedNode
H A DBugReporter.cpp592 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
887 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
2440 S = ErrorNode->getNextStmtForDiagnostics(); in getLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h281 const Stmt *getNextStmtForDiagnostics() const;