HomeSort by relevance Sort by last modified time
    Searched full:scopename (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 71 IdentifierInfo *ScopeName;
183 IdentifierInfo *scopeName, SourceLocation scopeLoc,
187 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName),
199 IdentifierInfo *scopeName, SourceLocation scopeLoc,
207 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName),
222 IdentifierInfo *scopeName, SourceLocation scopeLoc,
227 : AttrName(attrName), ScopeName(scopeName), ParmName(argumentKindName)
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 110 const IdentifierInfo *ScopeName,
120 if (ScopeName)
121 Buf += ScopeName->getName();
124 if (ScopeName || SyntaxUsed == AS_CXX11)
135 StringRef Scope = ScopeName ? ScopeName->getName() : "";
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 127 <key>scopeName</key>
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 568 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());
CodeGenTreeWalker.g 971 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);
    [all...]
ActionTranslator.g 156 AttributeScope resolveDynamicScope(String scopeName) {
157 if ( grammar.getGlobalScope(scopeName)!=null ) {
158 return grammar.getGlobalScope(scopeName);
160 Rule scopeRule = grammar.getRule(scopeName);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 195 IdentifierInfo *ScopeName,
324 Attrs.addNewTypeAttr(AttrName, SourceRange(AttrLoc, RParen), ScopeName,
328 AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, ParmName,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 834 milliseconds