clang API Documentation
#include <BugReporterVisitor.h>


Public Member Functions | |
| void | Profile (llvm::FoldingSetNodeID &ID) const |
| PathDiagnosticPiece * | VisitNode (const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) |
| Return a diagnostic piece which should be associated with the given node. | |
Definition at line 151 of file BugReporterVisitor.h.
| void clang::ento::NilReceiverBRVisitor::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [inline, virtual] |
Implements clang::ento::BugReporterVisitor.
Definition at line 155 of file BugReporterVisitor.h.
| PathDiagnosticPiece* clang::ento::NilReceiverBRVisitor::VisitNode | ( | const ExplodedNode * | N, |
| const ExplodedNode * | PrevN, | ||
| BugReporterContext & | BRC, | ||
| BugReport & | BR | ||
| ) | [virtual] |
Return a diagnostic piece which should be associated with the given node.
The last parameter can be used to register a new visitor with the given BugReport while processing a node.
Implements clang::ento::BugReporterVisitor.