Searched refs:builtinRule (Results 1 – 2 of 2) sorted by relevance
828 type builtinRule struct { struct834 func (r *builtinRule) packageContext() *packageContext { argument838 func (r *builtinRule) name() string { argument842 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument846 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument850 func (r *builtinRule) scope() *basicScope { argument860 func (r *builtinRule) isArg(argName string) bool { argument864 func (r *builtinRule) String() string { argument870 return &builtinRule{
148 _, isBuiltin := rule.(*builtinRule)