clang API Documentation

Public Member Functions
clang::FullSourceLoc::BeforeThanCompare Struct Reference

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

#include <SourceLocation.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Comparison function class, useful for sorting FullSourceLocs.

Definition at line 323 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: