Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h216 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
219 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
230 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
237 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
258 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
273 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
276 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
292 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument
294 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange), in AttributeList()
[all …]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g568 atom[String scopeName] returns [StateCluster g=null]
571 NFAState start = grammar.getRuleStartState(scopeName,$r.text);
574 Rule rr = grammar.getRule(scopeName,$r.text);
591 NFAState start = grammar.getRuleStartState(scopeName,$t.text);
594 Rule rr = grammar.getRule(scopeName,t.getText());
DActionTranslator.g156 AttributeScope resolveDynamicScope(String scopeName) {
157 if ( grammar.getGlobalScope(scopeName)!=null ) {
158 return grammar.getGlobalScope(scopeName);
160 Rule scopeRule = grammar.getRule(scopeName);
DCodeGenTreeWalker.g971 String scopeName = null;
973 scopeName = scope.getText();
975 Rule rdef = grammar.getRule(scopeName, $r.text);
1037 String scopeName = null;
1040 scopeName = scope.getText();
1042 Rule rdef2 = grammar.getRule(scopeName, $t.text);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1670 public Rule getRule(String scopeName, String ruleName) { in getRule() argument
1671 if ( scopeName!=null ) { // scope override in getRule()
1672 Grammar scope = composite.getGrammar(scopeName); in getRule()
1681 public int getRuleIndex(String scopeName, String ruleName) { in getRuleIndex() argument
1682 Rule r = getRule(scopeName, ruleName); in getRuleIndex()
2713 public NFAState getRuleStartState(String scopeName, String ruleName) { in getRuleStartState() argument
2714 Rule r = getRule(scopeName, ruleName); in getRuleStartState()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js3776 var scopeName = template.polymerExpressionScopeIdent_;
3777 if (!scopeName)
3787 return createScopeObject(parentScope, model, scopeName, indexName);
3793 function(parentScope, model, scopeName, indexName) {
3795 scope[scopeName] = model;
3801 function(parentScope, model, scopeName, indexName) {
3803 Object.defineProperty(scope, scopeName,
10225 var scopeName = scope.host ? scope.host.localName : scope.localName;
10226 return polyfillScopeStyleCache[scopeName] || (polyfillScopeStyleCache[scopeName] = {});
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js3776 var scopeName = template.polymerExpressionScopeIdent_;
3777 if (!scopeName)
3787 return createScopeObject(parentScope, model, scopeName, indexName);
3793 function(parentScope, model, scopeName, indexName) {
3795 scope[scopeName] = model;
3801 function(parentScope, model, scopeName, indexName) {
3803 Object.defineProperty(scope, scopeName,
10223 var scopeName = scope.host ? scope.host.localName : scope.localName;
10224 return polyfillScopeStyleCache[scopeName] || (polyfillScopeStyleCache[scopeName] = {});