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
- public PathDiagnosticRange(clang::SourceRange R, bool isP = false)
- public PathDiagnosticRange()
Inherited from SourceRange:
- public dump
- public fullyContains
- public getBegin
- public getEnd
- public isInvalid
- public isValid
- public print
- public printToString
- public setBegin
- public setEnd
Methods
¶PathDiagnosticRange(clang::SourceRange R,
bool isP = false)
PathDiagnosticRange(clang::SourceRange R,
bool isP = false)
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:187
Parameters
- clang::SourceRange R
- bool isP = false
¶PathDiagnosticRange()
PathDiagnosticRange()
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:189