Searched refs:getEndPath (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h61 /// Use \ref getEndPath to customize the note associated with the report
81 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
H A DMallocChecker.cpp1009 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp323 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, function in class:BugReporterVisitor
H A DBugReporter.cpp2767 /// @c getEndPath, and the rest are generated with @c VisitNode.
2777 // The last node is reserved for notes generated with @c getEndPath.
2797 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) {

Completed in 102 milliseconds