HomeSort by relevance Sort by last modified time
    Searched refs:OptStmtType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptParser.h 130 enum class OptStmtType { BasicStmt, DialogStmt, DialogExStmt };
135 parseOptionalStatements(OptStmtType StmtsType = OptStmtType::BasicStmt);
139 parseSingleOptionalStatement(OptStmtType StmtsType = OptStmtType::BasicStmt);
175 ParseOptionType parseFontStmt(OptStmtType DialogType);
ResourceScriptParser.cpp 364 RCParser::parseOptionalStatements(OptStmtType StmtsType) {
377 RCParser::parseSingleOptionalStatement(OptStmtType StmtsType) {
386 if (StmtsType != OptStmtType::BasicStmt) {
453 IsExtended ? OptStmtType::DialogExStmt
454 : OptStmtType::DialogStmt));
789 RCParser::ParseOptionType RCParser::parseFontStmt(OptStmtType DialogType) {
790 assert(DialogType != OptStmtType::BasicStmt);
800 if (DialogType == OptStmtType::DialogExStmt) {

Completed in 542 milliseconds