Home
last modified time | relevance | path

Searched refs:parseVersionInfoStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.h161 Expected<std::unique_ptr<VersionInfoStmt>> parseVersionInfoStmt();
H A DResourceScriptParser.cpp720 ASSIGN_OR_RETURN(Stmt, parseVersionInfoStmt()); in parseVersionInfoBlockContents()
729 Expected<std::unique_ptr<VersionInfoStmt>> RCParser::parseVersionInfoStmt() { in parseVersionInfoStmt() function in llvm::rc::RCParser