Home
last modified time | relevance | path

Searched refs:visitExStyleStmt (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceVisitor.h49 virtual Error visitExStyleStmt(const ExStyleStmt *) = 0;
H A DResourceFileWriter.h65 Error visitExStyleStmt(const ExStyleStmt *) override;
H A DResourceScriptStmt.h936 Error visit(Visitor *V) const override { return V->visitExStyleStmt(this); } in visit()
H A DResourceFileWriter.cpp517 Error ResourceFileWriter::visitExStyleStmt(const ExStyleStmt *Stmt) { in visitExStyleStmt() function in llvm::rc::ResourceFileWriter