clang 22.0.0git
clang::ento::PathDiagnosticLocationPair Class Reference

#include "clang/Analysis/PathDiagnostic.h"

Public Member Functions

 PathDiagnosticLocationPair (const PathDiagnosticLocation &start, const PathDiagnosticLocation &end)
const PathDiagnosticLocationgetStart () const
const PathDiagnosticLocationgetEnd () const
void setStart (const PathDiagnosticLocation &L)
void setEnd (const PathDiagnosticLocation &L)
void flatten ()
void Profile (llvm::FoldingSetNodeID &ID) const

Detailed Description

Definition at line 373 of file PathDiagnostic.h.

Constructor & Destructor Documentation

◆ PathDiagnosticLocationPair()

clang::ento::PathDiagnosticLocationPair::PathDiagnosticLocationPair ( const PathDiagnosticLocation & start,
const PathDiagnosticLocation & end )
inline

Definition at line 378 of file PathDiagnostic.h.

Member Function Documentation

◆ flatten()

void clang::ento::PathDiagnosticLocationPair::flatten ( )
inline

Definition at line 388 of file PathDiagnostic.h.

◆ getEnd()

const PathDiagnosticLocation & clang::ento::PathDiagnosticLocationPair::getEnd ( ) const
inline

Definition at line 383 of file PathDiagnostic.h.

◆ getStart()

const PathDiagnosticLocation & clang::ento::PathDiagnosticLocationPair::getStart ( ) const
inline

Definition at line 382 of file PathDiagnostic.h.

◆ Profile()

void clang::ento::PathDiagnosticLocationPair::Profile ( llvm::FoldingSetNodeID & ID) const
inline

Definition at line 393 of file PathDiagnostic.h.

◆ setEnd()

void clang::ento::PathDiagnosticLocationPair::setEnd ( const PathDiagnosticLocation & L)
inline

Definition at line 386 of file PathDiagnostic.h.

◆ setStart()

void clang::ento::PathDiagnosticLocationPair::setStart ( const PathDiagnosticLocation & L)
inline

Definition at line 385 of file PathDiagnostic.h.


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