Searched defs:builtinRule (Results 1 – 1 of 1) sorted by relevance
828 type builtinRule struct { struct829 name_ string830 scope_ *basicScope831 sync.Mutex // protects scope_ during lazy creation834 func (r *builtinRule) packageContext() *packageContext {838 func (r *builtinRule) name() string {842 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {846 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {850 func (r *builtinRule) scope() *basicScope {860 func (r *builtinRule) isArg(argName string) bool {[all …]