clang 22.0.0git
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.

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.

◆ operator()() [2/3]

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

Definition at line 49 of file PPConditionalDirectiveRecord.h.

◆ operator()() [3/3]

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

Definition at line 52 of file PPConditionalDirectiveRecord.h.


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