OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBeforeInFile
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
WhitespaceManager.h
77
class
IsBeforeInFile
{
79
IsBeforeInFile
(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
WhitespaceManager.cpp
22
WhitespaceManager::Change::
IsBeforeInFile
::operator()(const Change &C1,
81
std::sort(Changes.begin(), Changes.end(), Change::
IsBeforeInFile
(SourceMgr));
Completed in 195 milliseconds