Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h281 const Stmt *getNextStmtForDiagnostics() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp348 const Stmt *ExplodedNode::getNextStmtForDiagnostics() const { in getNextStmtForDiagnostics() function in ExplodedNode
H A DBugReporter.cpp613 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
906 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
2455 if (const Stmt *S = N->getNextStmtForDiagnostics()) in findReasonableStmtCloseToFunctionExit()
2483 S = ErrorNode->getNextStmtForDiagnostics(); in getLocation()