Home
last modified time | relevance | path

Searched refs:HeaderEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp458 struct HeaderEntry { struct
462 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
465 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
468 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
471 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
474 friend bool operator<=(const HeaderEntry in operator >()
[all...]
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp806 const ResourceDirEntryStart &HeaderEntry, in SingleIconCursorResource() argument
808 : RCResource(Flags), Type(ResourceType), Header(HeaderEntry), in SingleIconCursorResource()