clang API Documentation
Functor to sort changes in original source order. More...
#include <WhitespaceManager.h>
Public Member Functions | |
IsBeforeInFile (const SourceManager &SourceMgr) | |
bool | operator() (const Change &C1, const Change &C2) const |
Functor to sort changes in original source order.
Definition at line 89 of file WhitespaceManager.h.
clang::format::WhitespaceManager::Change::IsBeforeInFile::IsBeforeInFile | ( | const SourceManager & | SourceMgr | ) | [inline] |
Definition at line 91 of file WhitespaceManager.h.
bool clang::format::WhitespaceManager::Change::IsBeforeInFile::operator() | ( | const Change & | C1, |
const Change & | C2 | ||
) | const |
Definition at line 22 of file WhitespaceManager.cpp.
References clang::SourceManager::isBeforeInTranslationUnit().