class Change::IsBeforeInFile
Declaration
class Change::IsBeforeInFile { /* full declaration omitted */ };
Description
Functor to sort changes in original source order.
Declared at: clang/lib/Format/WhitespaceManager.h:96
Member Variables
- private const clang::SourceManager& SourceMgr
Method Overview
- public IsBeforeInFile(const clang::SourceManager & SourceMgr)
Methods
ΒΆIsBeforeInFile(
const clang::SourceManager& SourceMgr)
IsBeforeInFile(
const clang::SourceManager& SourceMgr)
Declared at: clang/lib/Format/WhitespaceManager.h:98
Parameters
- const clang::SourceManager& SourceMgr