clang  19.0.0git
Public Member Functions | List of all members
clang::serialization::PPSkippedRange Class Reference

Source range of a skipped preprocessor region. More...

#include "clang/Serialization/ASTBitCodes.h"

Public Member Functions

 PPSkippedRange (RawLocEncoding Begin, RawLocEncoding End)
 
RawLocEncoding getBegin () const
 
RawLocEncoding getEnd () const
 

Detailed Description

Source range of a skipped preprocessor region.

Definition at line 210 of file ASTBitCodes.h.

Constructor & Destructor Documentation

◆ PPSkippedRange()

clang::serialization::PPSkippedRange::PPSkippedRange ( RawLocEncoding  Begin,
RawLocEncoding  End 
)
inline

Definition at line 219 of file ASTBitCodes.h.

References Begin.

Member Function Documentation

◆ getBegin()

RawLocEncoding clang::serialization::PPSkippedRange::getBegin ( ) const
inline

Definition at line 222 of file ASTBitCodes.h.

References Begin.

Referenced by clang::ASTReader::ReadSkippedRange().

◆ getEnd()

RawLocEncoding clang::serialization::PPSkippedRange::getEnd ( ) const
inline

Definition at line 223 of file ASTBitCodes.h.

Referenced by clang::ASTReader::ReadSkippedRange().


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