Searched refs:IsBeforeInFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h83 class IsBeforeInFile { class in struct:clang::format::WhitespaceManager::Change
85 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} function in class:clang::format::WhitespaceManager::Change::IsBeforeInFile
H A DWhitespaceManager.cpp22 WhitespaceManager::Change::IsBeforeInFile::operator()(const Change &C1,
93 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));

Completed in 61 milliseconds