clang 22.0.0git
|
#include "clang/Analysis/ProgramPoint.h"
Public Member Functions | |
SimpleProgramPointTag (StringRef MsgProvider, StringRef Msg) | |
StringRef | getDebugTag () const override |
The description of this program point which will be dumped for debugging purposes. | |
Public Member Functions inherited from clang::ProgramPointTag | |
ProgramPointTag (void *tagKind=nullptr) | |
virtual | ~ProgramPointTag () |
const void * | getTagKind () const |
Used to implement 'isKind' in subclasses. |
Definition at line 54 of file ProgramPoint.h.
SimpleProgramPointTag::SimpleProgramPointTag | ( | StringRef | MsgProvider, |
StringRef | Msg ) |
Definition at line 356 of file ProgramPoint.cpp.
|
overridevirtual |
The description of this program point which will be dumped for debugging purposes.
Do not use in user-facing output!
Implements clang::ProgramPointTag.
Definition at line 360 of file ProgramPoint.cpp.