Searched defs:builtinRule (Results 1 – 1 of 1) sorted by relevance
868 type builtinRule struct { struct869 name_ string870 scope_ *basicScope871 sync.Mutex // protects scope_ during lazy creation874 func (r *builtinRule) packageContext() *packageContext {878 func (r *builtinRule) name() string {882 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {886 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {890 func (r *builtinRule) scope() *basicScope {900 func (r *builtinRule) isArg(argName string) bool {[all …]