clang  3.9.0
Public Member Functions | List of all members
clang::format::WhitespaceManager::Change::IsBeforeInFile Class Reference

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
 

Detailed Description

Functor to sort changes in original source order.

Definition at line 88 of file WhitespaceManager.h.

Constructor & Destructor Documentation

clang::format::WhitespaceManager::Change::IsBeforeInFile::IsBeforeInFile ( const SourceManager SourceMgr)
inline

Definition at line 90 of file WhitespaceManager.h.

Member Function Documentation

bool clang::format::WhitespaceManager::Change::IsBeforeInFile::operator() ( const Change C1,
const Change C2 
) const

The documentation for this class was generated from the following files: