LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
FilenameRange Struct Reference

A range of filename indices. More...

Public Member Functions

 FilenameRange (unsigned StartingIndex, unsigned Length)
 
void markInvalid ()
 
bool isInvalid () const
 

Public Attributes

unsigned StartingIndex
 
unsigned Length
 

Detailed Description

A range of filename indices.

Used to specify the location of a batch of filenames in a vector-like container.

Definition at line 534 of file CoverageMappingReader.cpp.

Constructor & Destructor Documentation

◆ FilenameRange()

FilenameRange::FilenameRange ( unsigned  StartingIndex,
unsigned  Length 
)
inline

Definition at line 538 of file CoverageMappingReader.cpp.

Member Function Documentation

◆ isInvalid()

bool FilenameRange::isInvalid ( ) const
inline

Definition at line 542 of file CoverageMappingReader.cpp.

References llvm::Length.

◆ markInvalid()

void FilenameRange::markInvalid ( )
inline

Definition at line 541 of file CoverageMappingReader.cpp.

References llvm::Length.

Member Data Documentation

◆ Length

unsigned FilenameRange::Length

Definition at line 536 of file CoverageMappingReader.cpp.

◆ StartingIndex

unsigned FilenameRange::StartingIndex

Definition at line 535 of file CoverageMappingReader.cpp.


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