Home | History | Annotate | Download | only in blueprint

Lines Matching refs:Rule

97 	globalRules     map[Rule]*ruleDef
2605 // This is a built-in rule and has no package.
2727 // AllTargets returns a map all the build target names to the rule used to build
2741 ruleName := buildDef.Rule.fullName(c.pkgNames)
2755 ruleName := buildDef.Rule.fullName(c.pkgNames)
3174 for rule := range c.globalRules {
3175 globalRules = append(globalRules, rule)
3181 rule := entity.(Rule)
3182 name := rule.fullName(c.pkgNames)
3183 def := c.globalRules[rule]