Lines Matching defs:localRule
384 type localRule struct { struct
385 fullName_ string
386 name_ string
387 def_ *ruleDef
388 argNames map[string]bool
389 scope_ *basicScope
392 func (l *localRule) packageContext() *packageContext {
396 func (l *localRule) name() string {
400 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {
404 func (l *localRule) memoizeFullName(pkgNames map[*packageContext]string) {
408 func (l *localRule) def(interface{}) (*ruleDef, error) {
412 func (r *localRule) scope() *basicScope {
416 func (r *localRule) isArg(argName string) bool {
420 func (r *localRule) String() string {