Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularize.cpp457 struct HeaderEntry { struct
461 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
464 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
467 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
470 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
473 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
476 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
481 typedef std::vector<HeaderEntry> HeaderContents;
489 HeaderEntry HE = { Name, Loc }; in add()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp797 const ResourceDirEntryStart &HeaderEntry, in SingleIconCursorResource() argument
799 : RCResource(Flags), Type(ResourceType), Header(HeaderEntry), in SingleIconCursorResource()