Home
last modified time | relevance | path

Searched refs:SupportedCtls (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp130 const StringMap<Control::CtlInfo> Control::SupportedCtls = { member in llvm::rc::Control
DResourceScriptParser.cpp542 auto CtlInfo = Control::SupportedCtls.find(ClassUpper); in parseControl()
543 if (CtlInfo == Control::SupportedCtls.end()) in parseControl()
DResourceScriptStmt.h644 static const StringMap<CtlInfo> SupportedCtls; variable
DResourceFileWriter.cpp989 auto TypeInfo = Control::SupportedCtls.lookup(Ctl.Type); in writeSingleDialogControl()