clang 22.0.0git
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 234 of file ASTBitCodes.h.

Constructor & Destructor Documentation

◆ PPSkippedRange()

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

Definition at line 243 of file ASTBitCodes.h.

Member Function Documentation

◆ getBegin()

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

Definition at line 246 of file ASTBitCodes.h.

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

◆ getEnd()

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

Definition at line 247 of file ASTBitCodes.h.

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


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