Home | History | Annotate | Download | only in Basic

Lines Matching full:operator

45   bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
46 bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
47 bool operator<=(const FileID &RHS) const { return ID <= RHS.ID; }
48 bool operator!=(const FileID &RHS) const { return !(*this == RHS); }
49 bool operator>(const FileID &RHS) const { return RHS < *this; }
50 bool operator>=(const FileID &RHS) const { return RHS <= *this; }
171 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
175 inline bool operator!=(const SourceLocation &LHS, const SourceLocation &RHS) {
179 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
201 bool operator==(const SourceRange &X) const {
205 bool operator!=(const SourceRange &X) const {
319 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const {
329 operator==(const FullSourceLoc &LHS, const FullSourceLoc &RHS) {
335 operator!=(const FullSourceLoc &LHS, const FullSourceLoc &RHS) {