Searched refs:scopeName (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h216 IdentifierInfo *scopeName, SourceLocation scopeLoc,
219 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
230 IdentifierInfo *scopeName, SourceLocation scopeLoc,
237 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
253 IdentifierInfo *scopeName, SourceLocation scopeLoc,
258 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
273 IdentifierInfo *scopeName, SourceLocation scopeLoc,
276 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
292 IdentifierInfo *scopeName, SourceLocation scopeLoc,
294 : AttrName(attrName), ScopeName(scopeName), AttrRang
215 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
229 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed) argument
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, Syntax syntaxUsed) argument
272 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *ArgKind, ParsedType matchingCType, bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) argument
291 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ParsedType typeArg, Syntax syntaxUsed) argument
304 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *getterId, IdentifierInfo *setterId, Syntax syntaxUsed) argument
715 addNew(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, AttributeList::Syntax syntax, SourceLocation ellipsisLoc = SourceLocation()) argument
728 addNew(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Param, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *MessageExpr, AttributeList::Syntax syntax) argument
745 addNew(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Param1, IdentifierLoc *Param2, IdentifierLoc *Param3, AttributeList::Syntax syntax) argument
759 addNewTypeTagForDatatype( IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *argumentKind, ParsedType matchingCType, bool layoutCompatible, bool mustBeNull, AttributeList::Syntax syntax) argument
776 addNewTypeAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ParsedType typeArg, AttributeList::Syntax syntaxUsed) argument
788 addNewPropertyAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *getterId, IdentifierInfo *setterId, AttributeList::Syntax syntaxUsed) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A 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());
H A DActionTranslator.g156 AttributeScope resolveDynamicScope(String scopeName) {
157 if ( grammar.getGlobalScope(scopeName)!=null ) {
158 return grammar.getGlobalScope(scopeName);
160 Rule scopeRule = grammar.getRule(scopeName);
H A 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/
H A DGrammar.java1670 public Rule getRule(String scopeName, String ruleName) { argument
1671 if ( scopeName!=null ) { // scope override
1672 Grammar scope = composite.getGrammar(scopeName);
1681 public int getRuleIndex(String scopeName, String ruleName) { argument
1682 Rule r = getRule(scopeName, ruleName);
2713 public NFAState getRuleStartState(String scopeName, String ruleName) { argument
2714 Rule r = getRule(scopeName, ruleName);
2716 //System.out.println("getRuleStartState("+scopeName+", "+ruleName+")="+r.startState);
2719 //System.out.println("getRuleStartState("+scopeName+", "+ruleName+")=null");
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 88 milliseconds