clang 22.0.0git
clang::ento::PathDiagnosticControlFlowPiece Class Reference

#include "clang/Analysis/PathDiagnostic.h"

Inheritance diagram for clang::ento::PathDiagnosticControlFlowPiece:
[legend]

Public Types

using iterator = std::vector<PathDiagnosticLocationPair>::iterator
using const_iterator
Public Types inherited from clang::ento::PathDiagnosticPiece
enum  Kind {
  ControlFlow , Event , Macro , Call ,
  Note , PopUp
}
enum  DisplayHint { Above , Below }

Public Member Functions

 PathDiagnosticControlFlowPiece (const PathDiagnosticLocation &startPos, const PathDiagnosticLocation &endPos, StringRef s)
 PathDiagnosticControlFlowPiece (const PathDiagnosticLocation &startPos, const PathDiagnosticLocation &endPos)
 ~PathDiagnosticControlFlowPiece () override
PathDiagnosticLocation getStartLocation () const
PathDiagnosticLocation getEndLocation () const
void setStartLocation (const PathDiagnosticLocation &L)
void setEndLocation (const PathDiagnosticLocation &L)
void push_back (const PathDiagnosticLocationPair &X)
PathDiagnosticLocation getLocation () const override
iterator begin ()
iterator end ()
void flattenLocations () override
const_iterator begin () const
const_iterator end () const
void dump () const override
void Profile (llvm::FoldingSetNodeID &ID) const override
Public Member Functions inherited from clang::ento::PathDiagnosticPiece
 PathDiagnosticPiece ()=delete
 PathDiagnosticPiece (const PathDiagnosticPiece &)=delete
PathDiagnosticPieceoperator= (const PathDiagnosticPiece &)=delete
virtual ~PathDiagnosticPiece ()
StringRef getString () const
void setTag (const char *tag)
 Tag this PathDiagnosticPiece with the given C-string.
const void * getTag () const
 Return the opaque tag (if any) on the PathDiagnosticPiece.
StringRef getTagStr () const
 Return the string representation of the tag.
DisplayHint getDisplayHint () const
 getDisplayHint - Return a hint indicating where the diagnostic should be displayed by the PathDiagnosticConsumer.
Kind getKind () const
void addRange (SourceRange R)
void addRange (SourceLocation B, SourceLocation E)
void addFixit (FixItHint F)
ArrayRef< SourceRangegetRanges () const
 Return the SourceRanges associated with this PathDiagnosticPiece.
ArrayRef< FixItHintgetFixits () const
 Return the fix-it hints associated with this PathDiagnosticPiece.
void setAsLastInMainSourceFile ()
bool isLastInMainSourceFile () const

Static Public Member Functions

static bool classof (const PathDiagnosticPiece *P)

Additional Inherited Members

Protected Member Functions inherited from clang::ento::PathDiagnosticPiece
 PathDiagnosticPiece (StringRef s, Kind k, DisplayHint hint=Below)
 PathDiagnosticPiece (Kind k, DisplayHint hint=Below)

Detailed Description

Definition at line 632 of file PathDiagnostic.h.

Member Typedef Documentation

◆ const_iterator

Initial value:
std::vector<PathDiagnosticLocationPair>::const_iterator

Definition at line 687 of file PathDiagnostic.h.

◆ iterator

Constructor & Destructor Documentation

◆ PathDiagnosticControlFlowPiece() [1/2]

clang::ento::PathDiagnosticControlFlowPiece::PathDiagnosticControlFlowPiece ( const PathDiagnosticLocation & startPos,
const PathDiagnosticLocation & endPos,
StringRef s )
inline

◆ PathDiagnosticControlFlowPiece() [2/2]

clang::ento::PathDiagnosticControlFlowPiece::PathDiagnosticControlFlowPiece ( const PathDiagnosticLocation & startPos,
const PathDiagnosticLocation & endPos )
inline

◆ ~PathDiagnosticControlFlowPiece()

PathDiagnosticControlFlowPiece::~PathDiagnosticControlFlowPiece ( )
overridedefault

Member Function Documentation

◆ begin() [1/2]

iterator clang::ento::PathDiagnosticControlFlowPiece::begin ( )
inline

Definition at line 679 of file PathDiagnostic.h.

◆ begin() [2/2]

const_iterator clang::ento::PathDiagnosticControlFlowPiece::begin ( ) const
inline

Definition at line 690 of file PathDiagnostic.h.

◆ classof()

bool clang::ento::PathDiagnosticControlFlowPiece::classof ( const PathDiagnosticPiece * P)
inlinestatic

◆ dump()

LLVM_DUMP_METHOD void PathDiagnosticControlFlowPiece::dump ( ) const
overridevirtual

Implements clang::ento::PathDiagnosticPiece.

Definition at line 1174 of file PathDiagnostic.cpp.

References getEndLocation(), and getStartLocation().

◆ end() [1/2]

iterator clang::ento::PathDiagnosticControlFlowPiece::end ( )
inline

Definition at line 680 of file PathDiagnostic.h.

◆ end() [2/2]

const_iterator clang::ento::PathDiagnosticControlFlowPiece::end ( ) const
inline

Definition at line 691 of file PathDiagnostic.h.

◆ flattenLocations()

void clang::ento::PathDiagnosticControlFlowPiece::flattenLocations ( )
inlineoverridevirtual

Implements clang::ento::PathDiagnosticPiece.

Definition at line 682 of file PathDiagnostic.h.

◆ getEndLocation()

PathDiagnosticLocation clang::ento::PathDiagnosticControlFlowPiece::getEndLocation ( ) const
inline

Definition at line 657 of file PathDiagnostic.h.

Referenced by compareControlFlow(), dump(), and simplifySimpleBranches().

◆ getLocation()

PathDiagnosticLocation clang::ento::PathDiagnosticControlFlowPiece::getLocation ( ) const
inlineoverridevirtual

Implements clang::ento::PathDiagnosticPiece.

Definition at line 673 of file PathDiagnostic.h.

References getStartLocation().

◆ getStartLocation()

PathDiagnosticLocation clang::ento::PathDiagnosticControlFlowPiece::getStartLocation ( ) const
inline

Definition at line 651 of file PathDiagnostic.h.

Referenced by compareControlFlow(), dump(), getLocation(), and simplifySimpleBranches().

◆ Profile()

void PathDiagnosticControlFlowPiece::Profile ( llvm::FoldingSetNodeID & ID) const
overridevirtual

Reimplemented from clang::ento::PathDiagnosticPiece.

Definition at line 1111 of file PathDiagnostic.cpp.

References clang::ento::PathDiagnosticPiece::Profile().

◆ push_back()

void clang::ento::PathDiagnosticControlFlowPiece::push_back ( const PathDiagnosticLocationPair & X)
inline

Definition at line 671 of file PathDiagnostic.h.

References X.

◆ setEndLocation()

void clang::ento::PathDiagnosticControlFlowPiece::setEndLocation ( const PathDiagnosticLocation & L)
inline

Definition at line 667 of file PathDiagnostic.h.

◆ setStartLocation()

void clang::ento::PathDiagnosticControlFlowPiece::setStartLocation ( const PathDiagnosticLocation & L)
inline

Definition at line 663 of file PathDiagnostic.h.

Referenced by simplifySimpleBranches().


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