Searched refs:PathDiagnosticPopUpPiece (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp655 const PathDiagnosticPopUpPiece &Piece,
703 return isa<PathDiagnosticPopUpPiece>(*p);
717 if (isa<PathDiagnosticPopUpPiece>(Piece)) {
738 if (const auto *PopUpP = dyn_cast<PathDiagnosticPopUpPiece>(&Piece)) {
H A DPlistDiagnostics.cpp129 ReportPopUp(o, cast<PathDiagnosticPopUpPiece>(P), indent);
151 void ReportPopUp(raw_ostream &o, const PathDiagnosticPopUpPiece &P,
456 const PathDiagnosticPopUpPiece &P,
H A DBugReporterVisitors.cpp2513 return std::make_shared<PathDiagnosticPopUpPiece>(Loc, Message);
2574 return std::make_shared<PathDiagnosticPopUpPiece>(Loc, Out.str());
2616 return std::make_shared<PathDiagnosticPopUpPiece>(Loc, Out.str());
H A DBugReporter.cpp478 if (!isa<PathDiagnosticPopUpPiece>(*Piece))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp80 PathDiagnosticPopUpPiece::~PathDiagnosticPopUpPiece() = default;
1115 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1180 LLVM_DUMP_METHOD void PathDiagnosticPopUpPiece::dump() const {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h705 class PathDiagnosticPopUpPiece: public PathDiagnosticSpotPiece { class in namespace:clang::ento
707 PathDiagnosticPopUpPiece(const PathDiagnosticLocation &Pos, StringRef S, function in class:clang::ento::PathDiagnosticPopUpPiece
710 ~PathDiagnosticPopUpPiece() override;

Completed in 131 milliseconds