Searched defs:localRule (Results 1 – 3 of 3) sorted by relevance
377 type localRule struct { struct378 fullName_ string379 name_ string380 def_ *ruleDef381 argNames map[string]bool382 scope_ *basicScope385 func (l *localRule) packageContext() *packageContext {389 func (l *localRule) name() string {393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {397 func (l *localRule) def(interface{}) (*ruleDef, error) {[all …]
126 Rule localRule = grammar.getLocallyDefinedRule(ruleName); in lookForReferencesToUndefinedSymbols() local
273 Rule localRule = g.getLocallyDefinedRule(r.name); in getDelegatedRules() local