clang  3.9.0
Public Member Functions | List of all members
clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp Class Reference

#include <PPConditionalDirectiveRecord.h>

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

clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::Comp ( SourceManager SM)
inlineexplicit

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: