Searched defs:Directive (Results 1 – 2 of 2) sorted by relevance
31 type Directive struct { struct32 makeThing33 Name string34 Args *MakeString94 func (d Directive) AsDirective() (Directive, bool) {98 func (d Directive) Dump() string {
265 func handleModuleConditionals(file *bpFile, directive mkparser.Directive, conds []*conditional) {