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

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

#include <SourceLocation.h>

Inheritance diagram for clang::FullSourceLoc::BeforeThanCompare:
[legend]
Collaboration diagram for clang::FullSourceLoc::BeforeThanCompare:
[legend]

Public Member Functions

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

Detailed Description

Comparison function class, useful for sorting FullSourceLocs.

Definition at line 324 of file SourceLocation.h.

Member Function Documentation

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

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