Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp329 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
339 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
751 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefCountReportVisitor
759 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() function in RefLeakReportVisitor
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anona21762260111::ValistChecker::ValistBugVisitor
H A DMallocChecker.cpp1023 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anonac89c38b0611::MallocBugVisitor
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h80 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp323 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() function in BugReporterVisitor
H A DBugReporter.cpp2797 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics()