clang 17.0.0git
|
Source range of a skipped preprocessor region. More...
#include "clang/Serialization/ASTBitCodes.h"
Public Member Functions | |
PPSkippedRange (SourceRange R) | |
SourceLocation | getBegin () const |
SourceLocation | getEnd () const |
Public Attributes | |
SourceLocation::UIntTy | Begin |
Raw source location of beginning of range. | |
SourceLocation::UIntTy | End |
Raw source location of end of range. | |
Source range of a skipped preprocessor region.
Definition at line 201 of file ASTBitCodes.h.
|
inline |
Definition at line 207 of file ASTBitCodes.h.
|
inline |
Definition at line 211 of file ASTBitCodes.h.
References Begin, and clang::SourceLocation::getFromRawEncoding().
Referenced by clang::ASTReader::ReadSkippedRange().
|
inline |
Definition at line 214 of file ASTBitCodes.h.
References End, and clang::SourceLocation::getFromRawEncoding().
Referenced by clang::ASTReader::ReadSkippedRange().
SourceLocation::UIntTy clang::serialization::PPSkippedRange::Begin |
Raw source location of beginning of range.
Definition at line 203 of file ASTBitCodes.h.
Referenced by getBegin().
SourceLocation::UIntTy clang::serialization::PPSkippedRange::End |
Raw source location of end of range.
Definition at line 205 of file ASTBitCodes.h.
Referenced by getEnd().