clang API Documentation

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

Compare comments' source locations. More...

#include <RawCommentList.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
class clang::BeforeThanCompare< RawComment >

Compare comments' source locations.

Definition at line 165 of file RawCommentList.h.


Constructor & Destructor Documentation

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

Definition at line 169 of file RawCommentList.h.


Member Function Documentation

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

Definition at line 171 of file RawCommentList.h.

References clang::RawComment::getLocStart(), and SM.

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

Definition at line 175 of file RawCommentList.h.


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