clang 19.0.0git
Public Member Functions | List of all members
clang::FullSourceLoc::BeforeThanCompare Struct Reference

Comparison function class, useful for sorting FullSourceLocs. More...

#include "clang/Basic/SourceLocation.h"

Public Member Functions

bool operator() (const FullSourceLoc &lhs, const FullSourceLoc &rhs) const
 

Detailed Description

Comparison function class, useful for sorting FullSourceLocs.

Definition at line 445 of file SourceLocation.h.

Member Function Documentation

◆ operator()()

bool clang::FullSourceLoc::BeforeThanCompare::operator() ( const FullSourceLoc lhs,
const FullSourceLoc rhs 
) const
inline

The documentation for this struct was generated from the following file: