HomeSort by relevance Sort by last modified time
    Searched defs:AST (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 36 module AST
38 =begin rdoc ANTLR3::AST::Visitor
40 AST::Visitor is an extra utility class for working with tree objects. Visitor
wizard.rb 38 module AST
40 =begin rdoc ANTLR3::AST::Wizard
42 AST::Wizard is an extra utility class that allows quick creation of AST objects
46 AST for a particular node structure. These features make tree wizards useful
47 while testing and debugging AST constructing parsers and tree parsers. This
58 adaptor = ANTLR3::AST::CommonTreeAdaptor.new
59 wizard = ANTLR3::AST::Wizard.new(adaptor, token_names)
122 =begin rdoc ANTLR3::AST::Wizard::PatternLexer
124 A class that is used internally by AST::Wizard to tokenize tree pattern
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclGroup.h"
120 ASTUnit *AST) {
122 CurrentASTUnit.reset(AST);
135 // modifiy the AST.
168 // AST files follow a very different path, since they share objects via the
169 // AST unit.
172 "Attempt to pass AST file to preprocessor only action!");
174 "This action does not have AST file support!")
    [all...]
ASTUnit.cpp 15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/TypeOrdering.h"
19 #include "clang/AST/StmtVisitor.h"
537 // FIXME: This is broken, we should store the TargetOptions in the AST file.
638 ASTUnit &AST, bool CaptureDiagnostics) {
645 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
651 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
663 OwningPtr<ASTUnit> AST(new ASTUnit(true))
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 37 #define AST 1
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 83 AliasSet *getAliasSet(AliasSetTracker &AST) {
87 AS = OldAS->getForwardedTarget(AST);
89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) {
147 removeFromTracker(AST);
172 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
239 AliasSet *getForwardedTarget(AliasSetTracker &AST) {
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
245 Forward->dropRef(AST);
251 void removeFromTracker(AliasSetTracker &AST);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 214 assert(InnerAST && "Where is my AST?");
219 // Once we've incorporated the inner loop's AST into ours, we don't need the
231 // Because subloops have already been incorporated into AST, we skip blocks in
484 // This instruction is no longer in the AST for the current loop, because
629 AliasSetTracker &AST;
636 SmallVectorImpl<BasicBlock*> &LEB, AliasSetTracker &ast,
639 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl),
669 AST.copyValue(LI, V);
672 AST.deleteValue(I)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regnum.h 37 #define AST 1
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regnum.h 37 #define AST 1
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 21 #include "clang/AST/Type.h"
22 #include "clang/AST/Decl.h"
23 #include "clang/AST/DeclObjC.h"
671 ASTUnit *AST = static_cast<ASTUnit *>(TU->TUData);
672 if (!AST)
679 ASTUnit::ConcurrencyCheck Check(*AST);
697 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts());
705 AST->CodeComplete(complete_filename, complete_line, complete_column,
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 39 =begin rdoc ANTLR3::AST
46 module AST
55 =begin rdoc ANTLR3::AST::TreeParser
75 You can take the information encapsulated by the AST and process it directly in
77 capable of walking through the AST, verifying its structure and performing
190 =begin rdoc ANTLR3::AST::Tree
194 As ANTLR is concerned, an Abstract Syntax Tree (AST) node is an object that
199 class for AST classes; it specifies the attributes that are expected of basic
206 throughout the AST library:
303 =begin rdoc ANTLR3::AST::BaseTre
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 207 /// AST - An AliasSetTracker object to update. If null, don't update it.
209 AliasSetTracker *AST;
249 AliasSetTracker *ast)
250 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
390 if (AST) PointerAllocaValues.resize(Allocas.size());
408 if (AST) AST->deleteValue(AI);
440 if (AST) AST->deleteValue(AI)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/jython/
jython.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 519 milliseconds