clang  3.9.0
Public Member Functions | List of all members
clang::ento::PathDiagnosticLocationPair Class Reference

#include <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 308 of file PathDiagnostic.h.

Constructor & Destructor Documentation

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

Definition at line 312 of file PathDiagnostic.h.

Member Function Documentation

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

Definition at line 322 of file PathDiagnostic.h.

References clang::ento::PathDiagnosticLocation::flatten().

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

Definition at line 317 of file PathDiagnostic.h.

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

Definition at line 316 of file PathDiagnostic.h.

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

Definition at line 327 of file PathDiagnostic.h.

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

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

Definition at line 320 of file PathDiagnostic.h.

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

Definition at line 319 of file PathDiagnostic.h.


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