HomeSort by relevance Sort by last modified time
    Searched defs:AST (Results 1 - 21 of 21) 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"
123 ASTUnit *AST) {
125 CurrentASTUnit.reset(AST);
138 // modifiy the AST.
174 // AST files follow a very different path, since they share objects via the
175 // AST unit.
178 "Attempt to pass AST file to preprocessor only action!");
180 "This action does not have AST file support!")
    [all...]
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"
656 ASTUnit &AST, bool CaptureDiagnostics) {
662 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
668 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
681 OwningPtr<ASTUnit> AST(new ASTUnit(true));
685 ASTUnitCleanup(AST.get())
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 37 #define AST 1
  /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);
143 void dropRef(AliasSetTracker &AST) {
146 removeFromTracker(AST);
171 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/llvm/lib/Transforms/Scalar/
LICM.cpp 222 assert(InnerAST && "Where is my AST?");
227 // Once we've incorporated the inner loop's AST into ours, we don't need the
239 // Because subloops have already been incorporated into AST, we skip blocks in
508 // This instruction is no longer in the AST for the current loop, because
665 AliasSetTracker &AST;
675 AliasSetTracker &ast, DebugLoc dl, int alignment,
679 AST(ast), DL(dl), Alignment(alignment), TBAATag(TBAATag) {}
709 AST.copyValue(LI, V);
712 AST.deleteValue(I)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 37 #define AST 1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 37 #define AST 1
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 21 #include "clang/AST/Decl.h"
22 #include "clang/AST/DeclObjC.h"
23 #include "clang/AST/Type.h"
684 ASTUnit *AST = cxtu::getASTUnit(TU);
685 if (!AST)
692 ASTUnit::ConcurrencyCheck Check(*AST);
710 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts());
720 AST->CodeComplete(complete_filename, complete_line, complete_column,
734 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;
253 AliasSetTracker *ast)
254 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
394 if (AST) PointerAllocaValues.resize(Allocas.size());
412 if (AST) AST->deleteValue(AI);
444 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 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 264 milliseconds