clang API Documentation

Public Member Functions
clang::BeforeThanCompare< SourceLocation > Class Template Reference

Compare two source locations. More...

#include <SourceManager.h>

List of all members.

Public Member Functions

 BeforeThanCompare (SourceManager &SM)
bool operator() (SourceLocation LHS, SourceLocation RHS) const

Detailed Description

template<>
class clang::BeforeThanCompare< SourceLocation >

Compare two source locations.

Definition at line 1661 of file SourceManager.h.


Constructor & Destructor Documentation

clang::BeforeThanCompare< SourceLocation >::BeforeThanCompare ( SourceManager SM) [inline, explicit]

Definition at line 1665 of file SourceManager.h.


Member Function Documentation

bool clang::BeforeThanCompare< SourceLocation >::operator() ( SourceLocation  LHS,
SourceLocation  RHS 
) const [inline]

Definition at line 1667 of file SourceManager.h.

References SM.


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