HomeSort by relevance Sort by last modified time
    Searched full:rewrites (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 144 * If your node type doesn't handle this, it's ok but the tree rewrites
151 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.h 141 * If your node type doesn't handle this, it's ok but the tree rewrites
148 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 167 if (rew.getType() != REWRITES)
239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
DefineGrammarItemsWalker.g 356 // // but don't count -> ... rewrites, which mean "do default auto construction"
553 // track top level REWRITES node, store stuff there
561 : ^( REWRITES
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 77 * These should be turned off if doing rewrites. This must be a "mode"
277 /** For empty rewrites: "r : ... -> ;" */
341 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 103 * These should be turned off if doing rewrites. This must be a "mode"
304 /** For empty rewrites: "r : ... -> ;" */
369 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 105 * These should be turned off if doing rewrites. This must be a "mode"
302 /** For empty rewrites: "r : ... -> ;" */
367 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 121 * These should be turned off if doing rewrites. This must be a "mode"
322 /** For empty rewrites: "r : ... -> ;" */
386 * before I set it during rewrites. The assign will be to retval.Tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 76 * These should be turned off if doing rewrites. This must be a "mode"
277 /** For empty rewrites: "r : ... -> ;" */
341 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 72 * These should be turned off if doing rewrites. This must be a "mode"
276 /** For empty rewrites: "r : ... -> ;" */
340 * before I set it during rewrites. The assign will be to retval.tree.
ASTParser.stg 82 // note there is no matchSetTrack because -> rewrites force sets to be
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 213 * These should be turned off if doing rewrites. This must be a "mode"
432 /** For empty rewrites: "r : ... -> ;" */
497 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 92 * These should be turned off if doing rewrites. This must be a "mode"
309 /** For empty rewrites: "r : ... -> ;" */
372 * before I set it during rewrites. The assign will be to retval.tree.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 284 * If your node type doesn't handle this, it's ok but the tree rewrites
293 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 55 To perform token stream rewrites safely and efficiently, the rewrites are
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 143 /// A resuse stack for reclaiming Nil nodes that were used in rewrites
antlr3recognizersharedstate.h 198 /// by a parser or tree parser that is using rewrites to generate
  /external/clang/include/clang/Rewrite/
FixItRewriter.h 10 // This is a diagnostic client adaptor that performs rewrites as
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 24 /// Rewrites happen in "transactions"; if one rewrite in the transaction cannot
25 /// be done (e.g. it resides in a macro) all rewrites in the transaction are
27 /// FIXME: "Transactional" rewrites support should be baked in the Rewriter.
231 // We are just checking source rewrites.
  /external/llvm/lib/CodeGen/
VirtRegMap.h 13 // adds spill code and rewrites virtual into physical register references.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeAdaptor.as 219 * If your node type doesn't handle this, it's ok but the tree rewrites
226 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 296 * If your node type doesn't handle this, it's ok but the tree rewrites
305 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 316 * If your node type doesn't handle this, it's ok but the tree rewrites
325 * If your node type doesn't handle this, it's ok but the tree rewrites
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 242 * If your node type doesn't handle this, it's ok but the tree rewrites
249 * If your node type doesn't handle this, it's ok but the tree rewrites

Completed in 723 milliseconds

12 3 4 5 6