Home
last modified time | relevance | path

Searched defs:localRule (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dscope.go377 type localRule struct { struct
378 fullName_ string
379 name_ string
380 def_ *ruleDef
381 argNames map[string]bool
382 scope_ *basicScope
385 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 …]
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java126 Rule localRule = grammar.getLocallyDefinedRule(ruleName); in lookForReferencesToUndefinedSymbols() local
H A DCompositeGrammar.java273 Rule localRule = g.getLocallyDefinedRule(r.name); in getDelegatedRules() local