Home
last modified time | relevance | path

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

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