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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h90 class IsBeforeInFile { class in struct:clang::format::WhitespaceManager::Change
92 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} function in class:clang::format::WhitespaceManager::Change::IsBeforeInFile
H A DWhitespaceManager.cpp20 bool WhitespaceManager::Change::IsBeforeInFile::operator()(
92 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr));

Completed in 80 milliseconds