• Home
  • Raw
  • Download

Lines Matching refs:makeVarsContext

194 type makeVarsContext struct {  struct
203 var _ MakeVarsContext = &makeVarsContext{}
250 mctx := &makeVarsContext{
264 mctx := &makeVarsContext{
522 func (c *makeVarsContext) DeviceConfig() DeviceConfig { argument
528 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) { argument
538 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) { argument
547 func (c *makeVarsContext) addVariable(name, ninjaStr string, strict, sort bool) { argument
555 func (c *makeVarsContext) addPhony(name string, deps []string) { argument
559 func (c *makeVarsContext) addDist(goals []string, paths []string) { argument
566 func (c *makeVarsContext) Strict(name, ninjaStr string) { argument
569 func (c *makeVarsContext) StrictSorted(name, ninjaStr string) { argument
572 func (c *makeVarsContext) StrictRaw(name, value string) { argument
576 func (c *makeVarsContext) Check(name, ninjaStr string) { argument
579 func (c *makeVarsContext) CheckSorted(name, ninjaStr string) { argument
582 func (c *makeVarsContext) CheckRaw(name, value string) { argument
586 func (c *makeVarsContext) Phony(name string, deps ...Path) { argument
590 func (c *makeVarsContext) DistForGoal(goal string, paths ...Path) { argument
594 func (c *makeVarsContext) DistForGoalWithFilename(goal string, path Path, filename string) { argument
598 func (c *makeVarsContext) DistForGoals(goals []string, paths ...Path) { argument
602 func (c *makeVarsContext) DistForGoalsWithFilename(goals []string, path Path, filename string) { argument