Searched refs:builtinRule (Results 1 – 2 of 2) sorted by relevance
904 type builtinRule struct { struct910 func (r *builtinRule) packageContext() *packageContext { argument914 func (r *builtinRule) name() string { argument918 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument922 func (r *builtinRule) memoizeFullName(pkgNames map[*packageContext]string) { argument926 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument930 func (r *builtinRule) scope() *basicScope { argument940 func (r *builtinRule) isArg(argName string) bool { argument944 func (r *builtinRule) String() string { argument950 return &builtinRule{
151 _, isBuiltin := rule.(*builtinRule)