Home
last modified time | relevance | path

Searched refs:FontStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceVisitor.h27 class FontStmt; variable
50 virtual Error visitFontStmt(const FontStmt *) = 0;
H A DResourceFileWriter.h66 Error visitFontStmt(const FontStmt *) override;
H A DResourceScriptStmt.cpp277 raw_ostream &FontStmt::log(raw_ostream &OS) const { in log()
H A DResourceScriptStmt.h897 class FontStmt : public OptionalStmt {
903 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight, in FontStmt() function
H A DResourceScriptParser.cpp836 return std::make_unique<FontStmt>(*SizeResult, *NameResult, FontWeight, in parseFontStmt()
H A DResourceFileWriter.cpp522 Error ResourceFileWriter::visitFontStmt(const FontStmt *Stmt) { in visitFontStmt()