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

1 2 3 4

  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 1 //===--- ExternalASTMerger.h - Merging External AST Interface ---*- C++ -*-===//
17 #include "clang/AST/ASTImporter.h"
18 #include "clang/AST/ExternalASTSource.h"
34 ASTContext *
  /system/tools/hidl/c2hal/
AST.h 37 struct AST {
38 AST(const std::string &path,
42 ~AST();
93 DISALLOW_COPY_AND_ASSIGN(AST);
AST.cpp 17 #include "AST.h"
37 AST::AST(const std::string &path,
48 AST::~AST() {
73 void *AST::scanner() {
77 void AST::setScanner(void *scanner) {
81 bool AST::isOpenGl() const {
85 const std::string& AST::getFilename() const {
89 void AST::setDeclarations(std::vector<Declaration *> *declarations)
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersInternalTest.cpp 1 // unittests/ASTMatchers/ASTMatchersInternalTest.cpp - AST matcher unit tests //
11 #include "clang/AST/PrettyPrinter.h"
142 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;"));
143 ASSERT_TRUE(AST.get());
144 Finder.matchAST(AST->getASTContext());
168 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;"));
169 ASSERT_TRUE(AST.get());
170 Finder.matchAST(AST->getASTContext());
175 std::unique_ptr<ASTUnit> AST =
177 ASSERT_TRUE(AST.get())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ast.h 53 } AST;
67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
68 #define zzsibling(t) (((t)==NULL)? (AST *) NULL:(t->right)) /* MR19 */
73 AST *zzastStack[ZZAST_STACKSIZE]; \
76 #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL
87 extern AST *zzastStack[];
92 AST *zztmake(AST *, ...);
94 AST *zztmake();
98 void zzlink(AST **, AST **, AST **);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ast.h 53 } AST;
67 #define zzchild(t) (((t)==NULL)? (AST *) NULL:(t->down)) /* MR19 */
68 #define zzsibling(t) (((t)==NULL)? (AST *) NULL:(t->right)) /* MR19 */
73 AST *zzastStack[ZZAST_STACKSIZE]; \
76 #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL
87 extern AST *zzastStack[];
90 void zzlink(AST **, AST **, AST **);
91 void zzsubchild(AST **, AST **, AST **);
    [all...]
  /system/tools/hidl/
AST.h 42 struct AST {
43 AST(const Coordinator *coordinator, const std::string &path);
70 void addImportedAST(AST *ast);
90 // each AST in each package referenced in importSet.
98 // actually referenced in the AST, not merely imported.
132 // in this AST, this is a subset of those specified in import statements.
136 std::set<AST *> mImportedASTs;
138 // If a single type (instead of the whole AST) is imported, the AST will b
    [all...]
AST.cpp 17 #include "AST.h"
38 AST::AST(const Coordinator* coordinator, const std::string& path)
43 Scope* AST::getRootScope() {
48 void AST::addSyntaxError() {
52 size_t AST::syntaxErrors() const {
56 const std::string &AST::getFilename() const {
60 bool AST::setPackage(const char *package) {
73 FQName AST::package() const {
77 bool AST::isInterface() const
107 AST* ast = mCoordinator->parse(subFQName, &mImportedASTs, Coordinator::Enforce::NONE); local
496 AST* ast = mCoordinator->parse(name, nullptr \/* imported *\/, Coordinator::Enforce::NONE); local
    [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"
31 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
90 bool FindClassDeclX(ASTUnit *AST) {
91 for (std::vector<Decl *>::iterator i = AST->top_level_begin(),
92 e = AST->top_level_end();
121 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;");
122 ASSERT_TRUE(AST.get());
123 EXPECT_TRUE(FindClassDeclX(AST.get()))
    [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"
132 std::unique_ptr<ASTUnit> AST) {
134 CurrentASTUnit = std::move(AST);
201 // AST files follow a very different path, since they share objects via the
202 // AST unit.
205 "Attempt to pass AST file to preprocessor only action!");
207 "This action does not have AST file support!");
211 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 16 #include "clang/AST/ASTConsumer.h"
472 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation(
478 if (!AST)
481 ASTs.push_back(std::move(AST));
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 37 #define AST 1
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 37 #define AST 1
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 37 #define AST 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 223 # below is a collection of classes to capture the AST of an AST :-)
227 class AST(object):
230 class Module(AST):
242 class Type(AST):
250 class Constructor(AST):
258 class Field(AST):
277 class Sum(AST):
288 class Product(AST):
317 assert isinstance(object, AST), repr(object)
    [all...]
  /external/boringssl/src/util/fipstools/
delocate.peg.go 160 func (t *tokens32) AST() *node32 {
186 t.AST().Print(buffer)
190 t.AST().PrettyPrint(buffer)
    [all...]

Completed in 731 milliseconds

1 2 3 4