Home
last modified time | relevance | path

Searched refs:getDefaultEndPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h82 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp602 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp197 std::shared_ptr<PathDiagnosticPiece> BugReporterVisitor::getDefaultEndPath( in getDefaultEndPath() function in BugReporterVisitor
H A DBugReporter.cpp1931 LastPiece = BugReporterVisitor::getDefaultEndPath(PDB, ErrorNode, *R); in generatePathDiagnosticForConsumer()