Home
last modified time | relevance | path

Searched refs:getEndPath (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp335 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
345 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
757 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefCountReportVisitor
765 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefLeakReportVisitor
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h79 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anon023dcfaa0111::ValistChecker::ValistBugVisitor
H A DMallocChecker.cpp817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anon0cb0310f0411::MallocBugVisitor
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp319 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() function in BugReporterVisitor
H A DBugReporter.cpp2789 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics()