clang API Documentation

Public Member Functions
clang::format::WhitespaceManager::Change::IsBeforeInFile Class Reference

Functor to sort changes in original source order. More...

#include <WhitespaceManager.h>

List of all members.

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 89 of file WhitespaceManager.h.


Constructor & Destructor Documentation

Definition at line 91 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: