Searched refs:parseMenuExItemsList (Results 1 – 2 of 2) sorted by relevance
159 Expected<MenuDefinitionList> parseMenuExItemsList();
652 ASSIGN_OR_RETURN(Items, parseMenuExItemsList()); in parseMenuExResource()715 Expected<MenuDefinitionList> RCParser::parseMenuExItemsList() { in parseMenuExItemsList() function in llvm::rc::RCParser795 ASSIGN_OR_RETURN(SubMenuResult, parseMenuExItemsList()); in parseMenuExItemsList()