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

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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/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 91 of file WhitespaceManager.h.

Constructor & Destructor Documentation

◆ IsBeforeInFile()

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

Definition at line 93 of file WhitespaceManager.h.

Member Function Documentation

◆ operator()()

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: