Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp127 const StringMap<Control::CtlInfo> Control::SupportedCtls = { member in llvm::rc::Control
DResourceScriptParser.cpp524 auto CtlInfo = Control::SupportedCtls.find(ClassUpper); in parseControl()
525 if (CtlInfo == Control::SupportedCtls.end()) in parseControl()
DResourceScriptStmt.h589 static const StringMap<CtlInfo> SupportedCtls; variable
DResourceFileWriter.cpp984 auto TypeInfo = Control::SupportedCtls.lookup(Ctl.Type); in writeSingleDialogControl()