clang
8.0.0
|
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 |
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 40 of file ProgramPoint.h.
|
inline |
Definition at line 42 of file ProgramPoint.h.
References getTagDescription(), and ~ProgramPointTag().
|
virtual |
Definition at line 19 of file ProgramPoint.cpp.
Referenced by ProgramPointTag().
|
pure virtual |
Implemented in clang::ento::CheckerBase, and clang::SimpleProgramPointTag.
Referenced by ProgramPointTag().
|
inlineprotected |
Used to implement 'isKind' in subclasses.
Definition at line 48 of file ProgramPoint.h.