struct PPSkippedRange

Declaration

struct PPSkippedRange { /* full declaration omitted */ };

Description

Source range of a skipped preprocessor region

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:201

Member Variables

public SourceLocation::UIntTy Begin
Raw source location of beginning of range.
public SourceLocation::UIntTy End
Raw source location of end of range.

Method Overview

Methods

PPSkippedRange(clang::SourceRange R)

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:207

Parameters

clang::SourceRange R

clang::SourceLocation getBegin() const

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:211

clang::SourceLocation getEnd() const

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:214