Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h927 class ExStyleStmt : public OptionalStmt {
931 ExStyleStmt(uint32_t ExStyle) : Value(ExStyle) {} in ExStyleStmt() function
H A DResourceScriptParser.cpp848 return std::make_unique<ExStyleStmt>(*Arg); in parseExStyleStmt()
H A DResourceFileWriter.cpp517 Error ResourceFileWriter::visitExStyleStmt(const ExStyleStmt *Stmt) { in visitExStyleStmt()