clang API Documentation
#include <PathDiagnostic.h>
Public Member Functions | |
PathDiagnosticMacroPiece (const PathDiagnosticLocation &pos) | |
~PathDiagnosticMacroPiece () | |
bool | containsEvent () const |
void | flattenLocations () override |
void | dump () const override |
void | Profile (llvm::FoldingSetNodeID &ID) const override |
Static Public Member Functions | |
static bool | classof (const PathDiagnosticPiece *P) |
Public Attributes | |
PathPieces | subPieces |
Definition at line 684 of file PathDiagnostic.h.
clang::ento::PathDiagnosticMacroPiece::PathDiagnosticMacroPiece | ( | const PathDiagnosticLocation & | pos | ) | [inline] |
Definition at line 686 of file PathDiagnostic.h.
Definition at line 62 of file PathDiagnostic.cpp.
static bool clang::ento::PathDiagnosticMacroPiece::classof | ( | const PathDiagnosticPiece * | P | ) | [inline, static] |
Reimplemented from clang::ento::PathDiagnosticSpotPiece.
Definition at line 701 of file PathDiagnostic.h.
References clang::ento::PathDiagnosticPiece::getKind(), and clang::ento::PathDiagnosticPiece::Macro.
bool PathDiagnosticMacroPiece::containsEvent | ( | ) | const |
Definition at line 31 of file PathDiagnostic.cpp.
References subPieces.
void PathDiagnosticMacroPiece::dump | ( | ) | const [override, virtual] |
Implements clang::ento::PathDiagnosticPiece.
Definition at line 3527 of file BugReporter.cpp.
void clang::ento::PathDiagnosticMacroPiece::flattenLocations | ( | ) | [inline, override, virtual] |
Reimplemented from clang::ento::PathDiagnosticSpotPiece.
Definition at line 695 of file PathDiagnostic.h.
References subPieces.
void PathDiagnosticMacroPiece::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [override, virtual] |
Reimplemented from clang::ento::PathDiagnosticSpotPiece.
Definition at line 1098 of file PathDiagnostic.cpp.
References clang::ento::PathDiagnosticSpotPiece::Profile().
Definition at line 691 of file PathDiagnostic.h.
Referenced by CompactPathDiagnostic(), compareMacro(), containsEvent(), flattenLocations(), removeUnneededCalls(), and ReportMacro().