clang-tools 22.0.0git
HeaderEntry Struct Reference

Public Attributes

std::string Name
Location Loc

Friends

bool operator== (const HeaderEntry &X, const HeaderEntry &Y)
bool operator!= (const HeaderEntry &X, const HeaderEntry &Y)
bool operator< (const HeaderEntry &X, const HeaderEntry &Y)
bool operator> (const HeaderEntry &X, const HeaderEntry &Y)
bool operator<= (const HeaderEntry &X, const HeaderEntry &Y)
bool operator>= (const HeaderEntry &X, const HeaderEntry &Y)

Detailed Description

Definition at line 451 of file Modularize.cpp.

◆ operator!=

bool operator!= ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 458 of file Modularize.cpp.

References X().

◆ operator<

bool operator< ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 461 of file Modularize.cpp.

References Loc, Name, and X().

◆ operator<=

bool operator<= ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 467 of file Modularize.cpp.

References X().

◆ operator==

bool operator== ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 455 of file Modularize.cpp.

References Loc, Name, and X().

◆ operator>

bool operator> ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 464 of file Modularize.cpp.

References X().

◆ operator>=

bool operator>= ( const HeaderEntry & X,
const HeaderEntry & Y )
friend

Definition at line 470 of file Modularize.cpp.

References X().

Member Data Documentation

◆ Loc

Location HeaderEntry::Loc

Definition at line 453 of file Modularize.cpp.

Referenced by operator<, and operator==.

◆ Name

std::string HeaderEntry::Name

Definition at line 452 of file Modularize.cpp.

Referenced by operator<, and operator==.


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