HomeSort by relevance Sort by last modified time
    Searched defs:AST (Results 1 - 25 of 84) 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
  /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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /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 *
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 45 bool hasASTContext() const { return AST; }
48 assert(AST && "no AST!");
49 return *AST;
52 void setASTContext(ASTContext &Context) { AST = &Context; }
72 /// An optional AST for the translation unit on which a refactoring action
74 ASTContext *AST = nullptr;
  /system/tools/hidl/c2hal/
AST.h 37 struct AST {
38 AST(const std::string &path,
42 ~AST();
93 DISALLOW_COPY_AND_ASSIGN(AST);
  /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...]
  /system/tools/hidl/
AST.cpp 17 #include "AST.h"
38 AST::AST(const Coordinator* coordinator, const Hash* fileHash)
44 Scope* AST::getRootScope() {
49 void AST::addSyntaxError() {
53 size_t AST::syntaxErrors() const {
57 const std::string& AST::getFilename() const {
60 const Hash* AST::getFileHash() const {
64 bool AST::setPackage(const char *package) {
78 FQName AST::package() const
    [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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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"
54 ASTContext *AST;
74 ASTContext &AST;
84 ASTContext &AST;
131 /// Returns true if DC can be found in any source AST context.
  /prebuilts/clang/host/darwin-x86/clang-4630689/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"
54 ASTContext *AST;
74 ASTContext &AST;
84 ASTContext &AST;
131 /// Returns true if DC can be found in any source AST context.
  /prebuilts/clang/host/darwin-x86/clang-4639204/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"
54 ASTContext *AST;
74 ASTContext &AST;
84 ASTContext &AST;
131 /// Returns true if DC can be found in any source AST context.
  /prebuilts/clang/host/darwin-x86/clang-4691093/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"
54 ASTContext *AST;
74 ASTContext &AST;
84 ASTContext &AST;
131 /// Returns true if DC can be found in any source AST context.
  /prebuilts/clang/host/linux-x86/clang-4579689/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"
54 ASTContext *AST;
74 ASTContext &AST;
84 ASTContext &AST;
131 /// Returns true if DC can be found in any source AST context.

Completed in 632 milliseconds

1 2 3 4