|
clang 24.0.0git
|
A canonical (file, line, column) triple for one declaration site. More...
#include "clang/ScalableStaticAnalysis/Analyses/SharedLexicalRepresentation/SharedLexicalRepresentation.h"
Public Member Functions | |
| bool | operator== (const SourceLocationRecord &Other) const |
| bool | operator< (const SourceLocationRecord &Other) const |
Public Attributes | |
| std::string | FilePath |
| unsigned | Line = 0 |
| unsigned | Column = 0 |
A canonical (file, line, column) triple for one declaration site.
Definition at line 23 of file SharedLexicalRepresentation.h.
|
inline |
Definition at line 33 of file SharedLexicalRepresentation.h.
References Column, FilePath, Line, and clang::Other.
|
inline |
Definition at line 28 of file SharedLexicalRepresentation.h.
References Column, FilePath, Line, and clang::Other.
| unsigned clang::ssaf::SourceLocationRecord::Column = 0 |
Definition at line 26 of file SharedLexicalRepresentation.h.
Referenced by operator<(), and operator==().
| std::string clang::ssaf::SourceLocationRecord::FilePath |
Definition at line 24 of file SharedLexicalRepresentation.h.
Referenced by operator<(), and operator==().
| unsigned clang::ssaf::SourceLocationRecord::Line = 0 |
Definition at line 25 of file SharedLexicalRepresentation.h.
Referenced by operator<(), and operator==().