HomeSort by relevance Sort by last modified time
    Searched refs:AST (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 19 AST::CommonTreeAdaptor.new( token_class )
29 AST::RewriteRuleSubtreeStream.new( @adaptor, desc, element )
33 AST::RewriteRuleTokenStream.new( @adaptor, desc, element )
37 AST::RewriteRuleNodeStream.new( @adaptor, desc, element )
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 41 /// If AST is specified, the specified tracker is updated to reflect changes
44 AliasSetTracker *AST = nullptr);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 12 output=AST;
24 output=AST;
36 output=AST;
48 output=AST;
59 output=AST;
71 output=AST;
82 output=AST;
94 output=AST;
105 output=AST;
117 output=AST;
    [all...]
rewrites.rb 62 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
89 options {language=Ruby;output=AST;}
103 options {language=Ruby;output=AST;}
117 options {language=Ruby;output=AST;}
130 options {language=Ruby;output=AST;}
144 options {language=Ruby;output=AST;}
158 options {language=Ruby;output=AST;}
173 options {language=Ruby;output=AST;}
187 options {language=Ruby;output=AST;}
    [all...]
auto-ast.rb 63 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
87 options {language=Ruby;output=AST;}
99 options {language=Ruby;output=AST;}
111 options {language=Ruby;output=AST;}
124 options {language=Ruby;output=AST;}
136 options {language=Ruby;output=AST;}
148 options {language=Ruby;output=AST;}
160 options {language=Ruby;output=AST;}
172 options {language=Ruby;output=AST;}
    [all...]
hetero-nodes.rb 13 output=AST;
32 output=AST;
51 output=AST;
70 output=AST;
89 output=AST;
109 output=AST;
129 output=AST;
149 output=AST;
169 output=AST;
189 output=AST;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 38 output=AST;
FastSimpleExpression.g3 39 output=AST;
  /external/clang/
clang-tblgen-rules.mk 13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrDump.inc
14 $(intermediates)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
21 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
62 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
63 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
64 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
76 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrVisitor.in
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoringTest.java 23 import org.eclipse.jdt.core.dom.AST;
121 final AST astValidator = AST.newAST(AST.JLS3);
  /external/clang/lib/Frontend/
ASTUnit.cpp 15 #include "clang/AST/ASTConsumer.h"
16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/AST/TypeOrdering.h"
235 // If we loaded from an AST file, balance out the BeginSourceFile call.
650 ASTUnit &AST, bool CaptureDiagnostics) {
656 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
661 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
673 std::unique_ptr<ASTUnit> AST(new ASTUnit(true))
    [all...]
  /external/clang/lib/
Makefile 12 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Frontend \
  /external/clang/unittests/
Makefile 22 PARALLEL_DIRS += Format ASTMatchers AST Tooling Sema
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 82 AliasSet *getAliasSet(AliasSetTracker &AST) {
86 AS = OldAS->getForwardedTarget(AST);
88 OldAS->dropRef(AST);
142 void dropRef(AliasSetTracker &AST) {
145 removeFromTracker(AST);
170 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
238 AliasSet *getForwardedTarget(AliasSetTracker &AST) {
241 AliasSet *Dest = Forward->getForwardedTarget(AST);
244 Forward->dropRef(AST);
250 void removeFromTracker(AliasSetTracker &AST);
    [all...]
  /external/clang/unittests/AST/
Makefile 1 ##===- unittests/AST/Makefile ------------------------------*- Makefile -*-===##
11 TESTNAME = AST
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 38 output=AST;
ProfileGrammar.g3 38 output=AST;
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 239 AliasSetTracker *AST;
282 AliasSetTracker *AST)
284 DIB(*DT.getRoot()->getParent()->getParent()), AST(AST) {}
350 AliasSetTracker *AST) {
402 if (AST && LI->getType()->isPointerTy())
403 AST->deleteValue(LI);
424 if (AST)
425 AST->deleteValue(AI);
446 AliasSetTracker *AST) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 13 output=AST;
37 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
49 output=AST;
73 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
85 output=AST;
112 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
124 output=AST;
150 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
162 output=AST;
187 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 10 #include "clang/AST/ASTConsumer.h"
11 #include "clang/AST/DeclCXX.h"
12 #include "clang/AST/DeclGroup.h"
28 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
84 bool FindClassDeclX(ASTUnit *AST) {
85 for (std::vector<Decl *>::iterator i = AST->top_level_begin(),
86 e = AST->top_level_end();
111 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;");
112 ASSERT_TRUE(AST.get());
113 EXPECT_TRUE(FindClassDeclX(AST.get()))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 3 ast
6 The `ast` module helps Python applications to process trees of the Python
11 An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as
14 classes all inherit from `ast.AST`.
34 Parse the source into an AST node.
93 if isinstance(node, AST):
108 if not isinstance(node, AST):
109 raise TypeError('expected AST, got %r' % node.__class__.__name__)
179 if isinstance(field, AST)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 3 ast
6 The `ast` module helps Python applications to process trees of the Python
11 An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as
14 classes all inherit from `ast.AST`.
34 Parse the source into an AST node.
93 if isinstance(node, AST):
108 if not isinstance(node, AST):
109 raise TypeError('expected AST, got %r' % node.__class__.__name__)
179 if isinstance(field, AST)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 26 import org.eclipse.jdt.core.dom.AST;
125 final AST astValidator = AST.newAST(AST.JLS3);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias 30 AST America/Anchorage

Completed in 884 milliseconds

1 2 3 4 5 6