Searched refs:applyStmts (Results 1 – 2 of 2) sorted by relevance
178 virtual Error applyStmts(Visitor *) const { return Error::success(); } in applyStmts() function240 virtual Error applyStmts(Visitor *V) const { return OptStatements->visit(V); } in applyStmts() function
478 RETURN_IF_ERROR(Res->applyStmts(this)); in visitStringTableResource()559 RETURN_IF_ERROR(handleError(Res->applyStmts(this), Res)); in writeResource()