Home
last modified time | relevance | path

Searched refs:MenuItem (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dparser.test33 ; PGOOD-NEXT: MenuItem ("Item&1"), ID = 301 CHECKED MENUBREAK
34 ; PGOOD-NEXT: MenuItem ("Item&2"), ID = 302 CHECKED MENUBARBREAK
35 ; PGOOD-NEXT: MenuItem ("Item&3"), ID = 303 HELP INACTIVE MENUBREAK
36 ; PGOOD-NEXT: MenuItem ("Item&4"), ID = 304 GRAYED
40 ; PGOOD-NEXT: MenuItem ("&A"), ID = 401
41 ; PGOOD-NEXT: MenuItem ("&B"), ID = 402
46 ; PGOOD-NEXT: MenuItem ("&Row"), ID = 500
47 ; PGOOD-NEXT: MenuItem ("&Column"), ID = 501 CHECKED
49 ; PGOOD-NEXT: MenuItem ("&Word"), ID = 502
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp95 raw_ostream &MenuItem::log(raw_ostream &OS) const { in log()
H A DResourceScriptStmt.h522 class MenuItem : public MenuDefinition {
528 MenuItem(StringRef Caption, uint32_t ItemId, uint16_t ItemFlags) in MenuItem() function
H A DResourceScriptParser.cpp678 std::make_unique<MenuItem>(*CaptionResult, MenuResult, *FlagsResult)); in parseMenuItemsList()
H A DResourceFileWriter.cpp1182 if (auto *MenuItemPtr = dyn_cast<MenuItem>(DefPtr)) { in writeMenuDefinition()