clang API Documentation
Compare two non-overlapping source ranges. More...
#include <SourceManager.h>
Public Member Functions | |
BeforeThanCompare (SourceManager &SM) | |
bool | operator() (SourceRange LHS, SourceRange RHS) const |
Compare two non-overlapping source ranges.
Definition at line 1674 of file SourceManager.h.
clang::BeforeThanCompare< SourceRange >::BeforeThanCompare | ( | SourceManager & | SM | ) | [inline, explicit] |
Definition at line 1678 of file SourceManager.h.
bool clang::BeforeThanCompare< SourceRange >::operator() | ( | SourceRange | LHS, |
SourceRange | RHS | ||
) | const [inline] |
Definition at line 1680 of file SourceManager.h.
References clang::SourceRange::getBegin(), and SM.