Home
last modified time | relevance | path

Searched defs:scopeName (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h238 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
276 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
295 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
314 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
327 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
644 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
662 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
677 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeTagForDatatype()
691 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeAttribute()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1670 public Rule getRule(String scopeName, String ruleName) { in getRule()
1681 public int getRuleIndex(String scopeName, String ruleName) { in getRuleIndex()
2713 public NFAState getRuleStartState(String scopeName, String ruleName) { in getRuleStartState()