HomeSort by relevance Sort by last modified time
    Searched refs:ASTs (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Tooling/
Tooling.cpp 372 std::vector<std::unique_ptr<ASTUnit>> &ASTs;
375 ASTBuilderAction(std::vector<std::unique_ptr<ASTUnit>> &ASTs) : ASTs(ASTs) {}
387 ASTs.push_back(std::move(AST));
394 int ClangTool::buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs) {
395 ASTBuilderAction Action(ASTs);
411 std::vector<std::unique_ptr<ASTUnit>> ASTs;
412 ASTBuilderAction Action(ASTs);
422 assert(ASTs.size() == 1)
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 313 std::vector<std::unique_ptr<ASTUnit>> ASTs;
314 EXPECT_EQ(0, Tool.buildASTs(ASTs));
315 EXPECT_EQ(2u, ASTs.size());
345 std::vector<std::unique_ptr<ASTUnit>> ASTs;
346 Tool.buildASTs(ASTs);
347 EXPECT_EQ(1u, ASTs.size());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 65 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/
Tooling.h 286 /// 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/
BaseTreeAdaptor.as 74 * ASTs.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 122 /// with have the user will build ASTs. Do nothing if t or child is null.
    [all...]

Completed in 817 milliseconds