Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.h165 Expected<std::unique_ptr<VersionInfoStmt>> parseVersionInfoStmt();
DResourceScriptParser.cpp697 ASSIGN_OR_RETURN(Stmt, parseVersionInfoStmt()); in parseVersionInfoBlockContents()
706 Expected<std::unique_ptr<VersionInfoStmt>> RCParser::parseVersionInfoStmt() { in parseVersionInfoStmt() function in llvm::rc::RCParser