clang 22.0.0git
clang::SimpleProgramPointTag Class Reference

#include "clang/Analysis/ProgramPoint.h"

Inheritance diagram for clang::SimpleProgramPointTag:
[legend]

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.

Detailed Description

Definition at line 54 of file ProgramPoint.h.

Constructor & Destructor Documentation

◆ SimpleProgramPointTag()

SimpleProgramPointTag::SimpleProgramPointTag ( StringRef MsgProvider,
StringRef Msg )

Definition at line 356 of file ProgramPoint.cpp.

Member Function Documentation

◆ getDebugTag()

StringRef SimpleProgramPointTag::getDebugTag ( ) const
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.


The documentation for this class was generated from the following files: