clang API Documentation
#include <PathDiagnostic.h>


Public Member Functions | |
| PathDiagnosticMacroPiece (const PathDiagnosticLocation &pos) | |
| ~PathDiagnosticMacroPiece () | |
| bool | containsEvent () const |
| virtual void | flattenLocations () |
| virtual void | Profile (llvm::FoldingSetNodeID &ID) const |
Static Public Member Functions | |
| static bool | classof (const PathDiagnosticPiece *P) |
Public Attributes | |
| PathPieces | subPieces |
Definition at line 582 of file PathDiagnostic.h.
| clang::ento::PathDiagnosticMacroPiece::PathDiagnosticMacroPiece | ( | const PathDiagnosticLocation & | pos | ) | [inline] |
Definition at line 584 of file PathDiagnostic.h.
| PathDiagnosticMacroPiece::~PathDiagnosticMacroPiece | ( | ) |
Definition at line 57 of file PathDiagnostic.cpp.
| static bool clang::ento::PathDiagnosticMacroPiece::classof | ( | const PathDiagnosticPiece * | P | ) | [inline, static] |
Reimplemented from clang::ento::PathDiagnosticPiece.
Definition at line 599 of file PathDiagnostic.h.
References clang::ento::PathDiagnosticPiece::getKind(), and clang::ento::PathDiagnosticPiece::Macro.
| bool PathDiagnosticMacroPiece::containsEvent | ( | ) | const |
Definition at line 27 of file PathDiagnostic.cpp.
References subPieces.
| virtual void clang::ento::PathDiagnosticMacroPiece::flattenLocations | ( | ) | [inline, virtual] |
Reimplemented from clang::ento::PathDiagnosticSpotPiece.
Definition at line 593 of file PathDiagnostic.h.
References subPieces.
| virtual void clang::ento::PathDiagnosticMacroPiece::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [virtual] |
Reimplemented from clang::ento::PathDiagnosticSpotPiece.
Definition at line 589 of file PathDiagnostic.h.
Referenced by containsEvent(), and flattenLocations().