|
clang 22.0.0git
|
#include "clang/Analysis/PathDiagnostic.h"
Public Member Functions | |
| PathDiagnosticRange (SourceRange R, bool isP=false) | |
| PathDiagnosticRange ()=default | |
| Public Member Functions inherited from clang::SourceRange | |
| SourceRange ()=default | |
| SourceRange (SourceLocation loc) | |
| SourceRange (SourceLocation begin, SourceLocation end) | |
| SourceLocation | getBegin () const |
| SourceLocation | getEnd () const |
| void | setBegin (SourceLocation b) |
| void | setEnd (SourceLocation e) |
| bool | isValid () const |
| bool | isInvalid () const |
| bool | operator== (const SourceRange &X) const |
| bool | operator!= (const SourceRange &X) const |
| bool | fullyContains (const SourceRange &other) const |
| void | print (raw_ostream &OS, const SourceManager &SM) const |
| std::string | printToString (const SourceManager &SM) const |
| void | dump (const SourceManager &SM) const |
Public Attributes | |
| bool | isPoint = false |
Definition at line 183 of file PathDiagnostic.h.
|
inline |
Definition at line 187 of file PathDiagnostic.h.
References isPoint, and clang::SourceRange::SourceRange().
|
default |
Definition at line 185 of file PathDiagnostic.h.
Referenced by PathDiagnosticRange().