Home
last modified time | relevance | path

Searched defs:scopeName (Results 1 – 6 of 6) 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/v8/tools/torque/vscode-torque/
Dpackage.json22 "scopeName": "source.torque", string
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vscode/tablegen/
Dpackage.json22 "scopeName": "source.tablegen", string
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DNameScope.java39 NameScope withSubScope(String scopeName) { in withSubScope()
/external/v8/tools/torque/vscode-torque/syntaxes/
Dtorque.tmLanguage.json87 "scopeName": "source.torque" string
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammar.java1711 public Rule getRule(String scopeName, String ruleName) { in getRule()
1722 public int getRuleIndex(String scopeName, String ruleName) { in getRuleIndex()
2757 public NFAState getRuleStartState(String scopeName, String ruleName) { in getRuleStartState()