clang
3.7.0
|
#include <ProgramPoint.h>
Public Member Functions | |
ProgramPointTag (void *tagKind=nullptr) | |
virtual | ~ProgramPointTag () |
virtual StringRef | getTagDescription () const =0 |
Protected Member Functions | |
const void * | getTagKind () |
Used to implement 'isKind' in subclasses. More... | |
ProgramPoints can be "tagged" as representing points specific to a given analysis entity. Tags are abstract annotations, with an associated description and potentially other information.
Definition at line 649 of file ProgramPoint.h.
|
inline |
Definition at line 651 of file ProgramPoint.h.
|
virtual |
Definition at line 19 of file ProgramPoint.cpp.
|
pure virtual |
Implemented in clang::SimpleProgramPointTag, and clang::ento::CheckerBase.
Referenced by llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel().
|
inlineprotected |
Used to implement 'isKind' in subclasses.
Definition at line 657 of file ProgramPoint.h.