Home
last modified time | relevance | path

Searched refs:retScope (Results 1 – 1 of 1) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java2200 AttributeScope retScope = r.returnScope; in testReturnInitValue() local
2201 List<Attribute> parameters = retScope.getAttributes(); in testReturnInitValue()
2219 AttributeScope retScope = r.returnScope; in testMultipleReturnInitValue() local
2220 List<Attribute> parameters = retScope.getAttributes(); in testMultipleReturnInitValue()
2238 AttributeScope retScope = r.returnScope; in testCStyleReturnInitValue() local
2239 List<Attribute> parameters = retScope.getAttributes(); in testCStyleReturnInitValue()