|
clang
3.8.0
|
#include <PathDiagnostic.h>
Public Member Functions | |
| PathDiagnosticRange (SourceRange R, bool isP=false) | |
| PathDiagnosticRange () | |
Public Member Functions inherited from clang::SourceRange | |
| 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.
1.8.6