clang
3.9.0
|
#include <PathDiagnostic.h>
Public Member Functions | |
PathDiagnosticRange (SourceRange R, bool isP=false) | |
PathDiagnosticRange () | |
![]() | |
SourceRange () | |
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 |
Public Attributes | |
bool | isPoint |
Definition at line 121 of file PathDiagnostic.h.
|
inline |
Definition at line 125 of file PathDiagnostic.h.
|
inline |
Definition at line 128 of file PathDiagnostic.h.
bool clang::ento::PathDiagnosticRange::isPoint |
Definition at line 123 of file PathDiagnostic.h.