clang-tools 19.0.0git
Public Attributes | Friends | List of all members
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 458 of file Modularize.cpp.

Friends And Related Function Documentation

◆ operator!=

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

Definition at line 465 of file Modularize.cpp.

◆ operator<

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

Definition at line 468 of file Modularize.cpp.

◆ operator<=

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

Definition at line 474 of file Modularize.cpp.

◆ operator==

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

Definition at line 462 of file Modularize.cpp.

◆ operator>

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

Definition at line 471 of file Modularize.cpp.

◆ operator>=

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

Definition at line 477 of file Modularize.cpp.

Member Data Documentation

◆ Loc

Location HeaderEntry::Loc

Definition at line 460 of file Modularize.cpp.

◆ Name

std::string HeaderEntry::Name

Definition at line 459 of file Modularize.cpp.


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