Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp400 RCParser::parseOptionalStatements(OptStmtType StmtsType) { in parseOptionalStatements() function in llvm::rc::RCParser
450 ASSIGN_OR_RETURN(OptStatements, parseOptionalStatements()); in parseAcceleratorsResource()
492 ASSIGN_OR_RETURN(OptStatements, parseOptionalStatements( in parseDialogResource()
643 ASSIGN_OR_RETURN(OptStatements, parseOptionalStatements()); in parseMenuResource()
807 ASSIGN_OR_RETURN(OptStatements, parseOptionalStatements()); in parseStringTableResource()
H A DResourceScriptParser.h132 parseOptionalStatements(OptStmtType StmtsType = OptStmtType::BasicStmt);