clang API Documentation
Comparison function class. More...
#include <SourceManager.h>


Public Member Functions | |
| LocBeforeThanCompare (SourceManager &SM) | |
| bool | operator() (SourceLocation LHS, SourceLocation RHS) const |
Comparison function class.
Definition at line 1237 of file SourceManager.h.
| clang::SourceManager::LocBeforeThanCompare::LocBeforeThanCompare | ( | SourceManager & | SM | ) | [inline, explicit] |
Definition at line 1242 of file SourceManager.h.
| bool clang::SourceManager::LocBeforeThanCompare::operator() | ( | SourceLocation | LHS, |
| SourceLocation | RHS | ||
| ) | const [inline] |
Definition at line 1244 of file SourceManager.h.
References clang::SourceManager::isBeforeInTranslationUnit().