Searched defs:PathDiagnosticMacroPiece (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h684 class PathDiagnosticMacroPiece : public PathDiagnosticSpotPiece { class in namespace:clang::ento
686 PathDiagnosticMacroPiece(const PathDiagnosticLocation &pos) function in class:clang::ento::PathDiagnosticMacroPiece
689 ~PathDiagnosticMacroPiece();
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp31 bool PathDiagnosticMacroPiece::containsEvent() const {
36 if (PathDiagnosticMacroPiece *MP = dyn_cast<PathDiagnosticMacroPiece>(*I))
62 PathDiagnosticMacroPiece::~PathDiagnosticMacroPiece() {}
87 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
249 else if (const PathDiagnosticMacroPiece *macro =
250 dyn_cast<PathDiagnosticMacroPiece>(piece)) {
298 static Optional<bool> compareMacro(const PathDiagnosticMacroPiece
[all...]

Completed in 154 milliseconds