Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h216 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
230 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
273 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
292 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
305 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList()
602 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
619 IdentifierInfo *scopeName, SourceLocation scopeLoc, in create()
634 IdentifierInfo *scopeName, SourceLocation scopeLoc, in createTypeTagForDatatype()
648 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()