clang 22.0.0git
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 448 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: