reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
380 RCParser::parseOptionalStatements(OptStmtType StmtsType) { 393 RCParser::parseSingleOptionalStatement(OptStmtType StmtsType) { 402 if (StmtsType != OptStmtType::BasicStmt) { 807 RCParser::ParseOptionType RCParser::parseFontStmt(OptStmtType DialogType) { 818 if (DialogType == OptStmtType::DialogExStmt) {tools/llvm-rc/ResourceScriptParser.h
134 parseOptionalStatements(OptStmtType StmtsType = OptStmtType::BasicStmt); 134 parseOptionalStatements(OptStmtType StmtsType = OptStmtType::BasicStmt); 138 parseSingleOptionalStatement(OptStmtType StmtsType = OptStmtType::BasicStmt); 138 parseSingleOptionalStatement(OptStmtType StmtsType = OptStmtType::BasicStmt); 175 ParseOptionType parseFontStmt(OptStmtType DialogType);