Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h934 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