struct FileByteRange

Declaration

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

Description

Represents a range within a specific source file.

Declared at: clang/include/clang/Tooling/Core/Diagnostic.h:30

Member Variables

public std::string FilePath
public unsigned int FileOffset
public unsigned int Length

Method Overview

Methods

FileByteRange()

Declared at: clang/include/clang/Tooling/Core/Diagnostic.h:31

FileByteRange(const clang::SourceManager& Sources,
              clang::CharSourceRange Range)

Declared at: clang/include/clang/Tooling/Core/Diagnostic.h:33

Parameters

const clang::SourceManager& Sources
clang::CharSourceRange Range