Searched refs:IsBeforeInFile (Results 1 – 2 of 2) sorted by relevance
91 class IsBeforeInFile {93 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in IsBeforeInFile() function
22 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()()107 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()