clang 20.0.0git
|
ProgramPoints can be "tagged" as representing points specific to a given analysis entity. More...
#include "clang/Analysis/ProgramPoint.h"
Public Member Functions | |
ProgramPointTag (void *tagKind=nullptr) | |
virtual | ~ProgramPointTag () |
virtual StringRef | getTagDescription () const =0 |
const void * | getTagKind () const |
Used to implement 'isKind' in subclasses. | |
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 38 of file ProgramPoint.h.
|
inline |
Definition at line 40 of file ProgramPoint.h.
|
virtual |
Definition at line 20 of file ProgramPoint.cpp.
|
pure virtual |
Implemented in clang::SimpleProgramPointTag, clang::ento::DataTag, clang::ento::NoteTag, and clang::ento::CheckerBase.
|
inline |
Used to implement 'isKind' in subclasses.
Definition at line 45 of file ProgramPoint.h.