Searched refs:builtinRule (Results 1 – 2 of 2) sorted by relevance
827 type builtinRule struct { struct833 func (r *builtinRule) packageContext() *packageContext { argument837 func (r *builtinRule) name() string { argument841 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument845 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument849 func (r *builtinRule) scope() *basicScope { argument859 func (r *builtinRule) isArg(argName string) bool { argument863 func (r *builtinRule) String() string { argument869 return &builtinRule{
148 _, isBuiltin := rule.(*builtinRule)