clang API Documentation

Public Member Functions
clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp Class Reference

#include <PPConditionalDirectiveRecord.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 42 of file PPConditionalDirectiveRecord.h.


Constructor & Destructor Documentation

Definition at line 45 of file PPConditionalDirectiveRecord.h.


Member Function Documentation

bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() ( const CondDirectiveLoc &  LHS,
const CondDirectiveLoc &  RHS 
) [inline]
bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() ( const CondDirectiveLoc &  LHS,
SourceLocation  RHS 
) [inline]
bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() ( SourceLocation  LHS,
const CondDirectiveLoc &  RHS 
) [inline]

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