Searched refs:ASTs (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Tooling/
H A DTooling.cpp372 std::vector<std::unique_ptr<ASTUnit>> &ASTs; member in class:clang::tooling::__anon18293::ASTBuilderAction
375 ASTBuilderAction(std::vector<std::unique_ptr<ASTUnit>> &ASTs) : ASTs(ASTs) {} argument
387 ASTs.push_back(std::move(AST));
394 int ClangTool::buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs) { argument
395 ASTBuilderAction Action(ASTs);
411 std::vector<std::unique_ptr<ASTUnit>> ASTs; local
412 ASTBuilderAction Action(ASTs);
422 assert(ASTs
[all...]
/external/clang/unittests/Tooling/
H A DToolingTest.cpp313 std::vector<std::unique_ptr<ASTUnit>> ASTs; local
314 EXPECT_EQ(0, Tool.buildASTs(ASTs));
315 EXPECT_EQ(2u, ASTs.size());
345 std::vector<std::unique_ptr<ASTUnit>> ASTs; local
346 Tool.buildASTs(ASTs);
347 EXPECT_EQ(1u, ASTs.size());
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb65 text and symbol information produced by lexers and used by parsers and ASTs
75 contains everything pertaining to Abstract Syntax Trees (ASTs). This script is
90 contains extra tools to easily construct ASTs by parsing descriptions written
94 representations of ASTs
/external/clang/include/clang/Tooling/
H A DTooling.h286 /// append them to ASTs.
287 int buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as74 * ASTs.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas122 /// with have the user will build ASTs. Do nothing if t or child is null.

Completed in 6275 milliseconds