clang
8.0.0
|
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 | |
unsigned | Begin |
Raw source location of beginning of range. More... | |
unsigned | End |
Raw source location of end of range. More... | |
Source range of a skipped preprocessor region.
Definition at line 202 of file ASTBitCodes.h.
|
inline |
Definition at line 208 of file ASTBitCodes.h.
|
inline |
Definition at line 212 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding().
Referenced by clang::ASTReader::ReadSkippedRange().
|
inline |
Definition at line 215 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding().
Referenced by clang::ASTReader::ReadSkippedRange().
unsigned clang::serialization::PPSkippedRange::Begin |
Raw source location of beginning of range.
Definition at line 204 of file ASTBitCodes.h.
unsigned clang::serialization::PPSkippedRange::End |
Raw source location of end of range.
Definition at line 206 of file ASTBitCodes.h.