class PathDiagnosticRange

Declaration

class PathDiagnosticRange : public SourceRange { /* full declaration omitted */ };

Description

A trivial tuple used to represent a source range.

Declared at: clang/include/clang/Analysis/PathDiagnostic.h:183

Inherits from: SourceRange

Member Variables

public bool isPoint = false

Method Overview

Inherited from SourceRange:

Methods

PathDiagnosticRange(clang::SourceRange R,
                    bool isP = false)

Declared at: clang/include/clang/Analysis/PathDiagnostic.h:187

Parameters

clang::SourceRange R
bool isP = false

PathDiagnosticRange()

Declared at: clang/include/clang/Analysis/PathDiagnostic.h:189