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

#include "clang/Lex/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 41 of file PPConditionalDirectiveRecord.h.

Constructor & Destructor Documentation

◆ Comp()

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

Definition at line 44 of file PPConditionalDirectiveRecord.h.

References SM.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 45 of file PPConditionalDirectiveRecord.h.

References SM.

◆ operator()() [2/3]

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

Definition at line 49 of file PPConditionalDirectiveRecord.h.

References SM.

◆ operator()() [3/3]

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

Definition at line 52 of file PPConditionalDirectiveRecord.h.

References SM.


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