Searched refs:getEndPath (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 335 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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 76 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ValistChecker.cpp | 80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anonfec7a1810111::ValistChecker::ValistBugVisitor
|
H A D | MallocChecker.cpp | 817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() function in __anon093a02e60411::MallocBugVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 318 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() function in BugReporterVisitor
|
H A D | BugReporter.cpp | 2771 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics()
|