/external/clang/lib/Rewrite/Frontend/ |
FrontendActions.cpp | 10 #include "clang/Rewrite/Frontend/FrontendActions.h" 19 #include "clang/Rewrite/Frontend/ASTConsumers.h" 20 #include "clang/Rewrite/Frontend/FixItRewriter.h" 21 #include "clang/Rewrite/Frontend/Rewriters.h" 103 // Otherwise rewrite all files.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3rewritestreams.c | 4 /// by rules that are subject to rewrite directives. 61 // Place a now unused rewrite stream back on the rewrite stream pool 87 // rewrite stream free stack and are reused. 191 // First - do we already have a rewrite stream that was returned 306 // Token rewrite stream ... 327 // No nextNode implementation for a token rewrite stream 346 // No nextNode implementation for a token rewrite stream 365 // No nextNode implementation for a token rewrite stream 370 // Subtree rewrite strea [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t051treeRewriteAST.py | 902 ## REWRITE MODE 926 rewrite=true; 973 rewrite=true; 1002 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1030 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1058 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1087 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1116 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1145 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;} 1174 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true; [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 382 // Replace the first match of "pattern" in "str" with "rewrite". 383 // Within "rewrite", backslash-escaped digits (\1 to \9) can be 385 // from the pattern. \0 in "rewrite" refers to the entire matching 397 const StringPiece& rewrite); 400 // the string with the rewrite. Replacements are not subject to 411 const StringPiece& rewrite); 413 // Like Replace, except that if the pattern matches, "rewrite" 421 const StringPiece &rewrite, 424 // Check that the given @p rewrite string is suitable for use with 427 // of the \N tokens in @p rewrite, an [all...] |
/external/regex-re2/util/ |
pcre.h | 376 // Replace the first match of "pattern" in "str" with "rewrite". 377 // Within "rewrite", backslash-escaped digits (\1 to \9) can be 379 // from the pattern. \0 in "rewrite" refers to the entire matching 391 const StringPiece& rewrite); 394 // the string with the rewrite. Replacements are not subject to 405 const StringPiece& rewrite); 407 // Like Replace, except that if the pattern matches, "rewrite" 415 const StringPiece &rewrite, 418 // Check that the given @p rewrite string is suitable for use with 421 // of the \N tokens in @p rewrite, an [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 330 ( alternative rewrite 353 // GrammarAST aRewriteNode = $start.FindFirstType(REWRITE); // alt itself has rewrite? 355 // // we have a rewrite if alt uses it inside subrule or this alt has one 359 // firstRewriteAST.getType()==REWRITE && 550 rewrite 562 ( ^( REWRITE (pred=SEMPRED)? rewrite_alternative ) 605 | ETC {this.blockLevel==1}? // only valid as outermost rewrite 641 // track per block and for entire rewrite rule
|
ANTLRv3.g | 61 LABEL; // $x used in rewrite rules 73 REWRITE='->'; 199 altpair : alternative rewrite ; 204 // leave here to demonstrate use of {...} in rewrite rule 350 rewrite 364 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"]) 393 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule 413 /** Build a tree for a template rewrite:
|
LeftRecursiveRuleWalker.g | 147 rewrite? 157 ( ^(ALT element+ EOA) rewrite? )+ 238 rewrite 239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
|
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 30 o Rewrite streams for rewriting tree parsers did not check whether the 31 rewrite stream was ever assigned before trying to free it, it is now 45 A problem for all targets at the moment si that the rewrite logic 54 be reused, based on inherent knowledge of the rewrite logic (which in 57 Much of the rewrite logic consists of creating a niilnode into which 58 child nodes are appended. At: rulePost processing time; when a rewrite 62 creation for the sake of the rewrite itself. 100 pattern. In reality though, it is the generated rewrite logic 106 Allow rewrite streams to use the base adaptors vector factory and not 243 a rewrite [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 72 * We want to ensure that the UI is not trying to rewrite the data file 86 * Adding locking around the file rewrite that happens during restore is
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketPerMessageDeflate.h | 56 // This method may rewrite the parameter. 68 // This method may rewrite the parameter.
|
/external/chromium_org/third_party/mach_override/ |
mach_override.h | 35 dynamically rewrite them to make them position-independent. 38 complete rewrite under the covers, because the target address can't
|
/external/clang/test/Rewriter/ |
instancetype-test.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp 3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
|
objc-modern-boxing.mm | 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s 3 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
|
rewrite-block-pointer.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp 3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
|
/external/smack/src/org/xbill/DNS/ |
NAPTRRecord.java | 8 * Name Authority Pointer Record - specifies rewrite rule, that when applied 36 * @param service The service or protocol available down the rewrite path.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteCardinalityException.as | 29 /** Base class for all exceptions thrown during AST rewrite construction.
|
RewriteEarlyExitException.as | 30 /** No elements within a (...)+ in a rewrite rule */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteCardinalityException.java | 30 /** Base class for all exceptions thrown during AST rewrite construction.
|
RewriteEarlyExitException.java | 30 /** No elements within a (...)+ in a rewrite rule */
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 8 * rewrite instructions just get queued up and executed upon toString().
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
via-parser.rb | 62 example 'using a TokenRewriteStream to rewrite input text while parsing' do
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTParser.stg | 32 * Auto build or rewrite 37 * The situation is not too bad as rewrite (->) usage makes ^ and ! 76 /** label+=TOKEN when output=AST but not rewrite alt */ 82 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTParser.stg | 35 * Auto build or rewrite 40 * The situation is not too bad as rewrite (->) usage makes ^ and ! 78 /** label+=TOKEN when output=AST but not rewrite alt */ 85 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 35 * Auto build or rewrite 40 * The situation is not too bad as rewrite (->) usage makes ^ and ! 78 /** label+=TOKEN when output=AST but not rewrite alt */ 84 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
|