Searched defs:builtinRule (Results 1 – 1 of 1) sorted by relevance
904 type builtinRule struct { struct905 name_ string906 scope_ *basicScope907 sync.Mutex // protects scope_ during lazy creation910 func (r *builtinRule) packageContext() *packageContext {914 func (r *builtinRule) name() string {918 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {922 func (r *builtinRule) memoizeFullName(pkgNames map[*packageContext]string) {926 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {930 func (r *builtinRule) scope() *basicScope {[all …]