Home
last modified time | relevance | path

Searched defs:Caption (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h84 StringRef Caption; member
H A DResourceScriptStmt.h527 MenuItem(StringRef Caption, uint32_t ItemId, uint16_t ItemFlags) in MenuItem()
547 PopupItem(StringRef Caption, uint16_t ItemFlags, in PopupItem()
884 CaptionStmt(StringRef Caption) : Value(Caption) {} in CaptionStmt()
H A DResourceScriptParser.cpp547 IntOrString Caption{StringRef()}; in parseControl() local