Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceVisitor.h26 class ExStyleStmt; variable
49 virtual Error visitExStyleStmt(const ExStyleStmt *) = 0;
H A DResourceFileWriter.h65 Error visitExStyleStmt(const ExStyleStmt *) override;
H A DResourceScriptStmt.cpp289 raw_ostream &ExStyleStmt::log(raw_ostream &OS) const { in log()
H A DResourceScriptStmt.h929 class ExStyleStmt : public OptionalStmt {
933 ExStyleStmt(uint32_t ExStyle) : Value(ExStyle) {} in ExStyleStmt() function
H A DResourceScriptParser.cpp847 return std::make_unique<ExStyleStmt>(*Arg); in parseExStyleStmt()
H A DResourceFileWriter.cpp517 Error ResourceFileWriter::visitExStyleStmt(const ExStyleStmt *Stmt) { in visitExStyleStmt()