clang 23.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 226 of file ASTBitCodes.h.

Constructor & Destructor Documentation

◆ PPSkippedRange()

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

Definition at line 235 of file ASTBitCodes.h.

Member Function Documentation

◆ getBegin()

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

Definition at line 238 of file ASTBitCodes.h.

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

◆ getEnd()

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

Definition at line 239 of file ASTBitCodes.h.

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


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