Home
last modified time | relevance | path

Searched defs:scopeName (Results 1 – 13 of 13) 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/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/
DTemplate.java74 private String scopeName = "template"; field in Template
/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dpackage.json27 "scopeName": "source.spirv", string
Dspirv.json2 "scopeName": "source.spirv", string
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/
Dpackage.json27 "scopeName": "source.spirv", string
Dspirv.json2 "scopeName": "source.spirv", string
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dpackage.json27 "scopeName": "source.spirv", string
Dspirv.json2 "scopeName": "source.spirv", string
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DNameScope.java39 NameScope withSubScope(String scopeName) { in withSubScope()
/external/dagger2/java/dagger/internal/codegen/binding/
DInjectionAnnotations.java157 String scopeName = scopeMetadata.get().getAsString("value"); in getScopesFromScopeMetadata() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeServices.java490 boolean isScopeControlEnabled(String scopeName); in isScopeControlEnabled()
DRuntimeInstance.java2015 public boolean isScopeControlEnabled(String scopeName) in isScopeControlEnabled()
/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()