Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h294 const Stmt *getCurrentOrPreviousStmtForDiagnostics() const;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp387 const Stmt *ExplodedNode::getCurrentOrPreviousStmtForDiagnostics() const { in getCurrentOrPreviousStmtForDiagnostics() function in ExplodedNode
DBugReporter.cpp2213 hash.AddPointer(ErrorNode->getCurrentOrPreviousStmtForDiagnostics()); in Profile()