Searched defs:builtinRule (Results 1 – 1 of 1) sorted by relevance
827 type builtinRule struct { struct828 name_ string829 scope_ *basicScope830 sync.Mutex // protects scope_ during lazy creation833 func (r *builtinRule) packageContext() *packageContext {837 func (r *builtinRule) name() string {841 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {845 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {849 func (r *builtinRule) scope() *basicScope {859 func (r *builtinRule) isArg(argName string) bool {[all …]