Lines Matching refs:BottomUpMutatorContext
35 func noAliasMutator(name string) func(ctx BottomUpMutatorContext) {
36 return func(ctx BottomUpMutatorContext) {
43 func aliasMutator(name string) func(ctx BottomUpMutatorContext) {
44 return func(ctx BottomUpMutatorContext) {
52 func createAliasMutator(name string) func(ctx BottomUpMutatorContext) {
53 return func(ctx BottomUpMutatorContext) {
63 …utator(variants []Variation, tag DependencyTag, from, to string) func(ctx BottomUpMutatorContext) {
64 return func(ctx BottomUpMutatorContext) {
71 …tag DependencyTag, from, to string, results map[string][]Module) func(ctx BottomUpMutatorContext) {
72 return func(ctx BottomUpMutatorContext) {
551 func addNinjaDepsTestBottomUpMutator(ctx BottomUpMutatorContext) { argument