HomeSort by relevance Sort by last modified time
    Searched defs:AstNode (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
ast_cpp.h 36 class AstNode {
38 AstNode() = default;
39 virtual ~AstNode() = default;
41 }; // class AstNode
43 class Declaration : public AstNode {
101 class ArgList : public AstNode {
106 explicit ArgList(std::vector<std::unique_ptr<AstNode>> arg_list);
113 std::vector<std::unique_ptr<AstNode>> arguments_;
197 void AddStatement(std::unique_ptr<AstNode> statement);
198 void AddStatement(AstNode* statement); // Takes ownershi
    [all...]
  /external/v8/src/ast/
ast.h 181 class AstNode: public ZoneObject {
220 AstNode(int position, NodeType type)
225 class Statement : public AstNode {
231 Statement(int position, NodeType type) : AstNode(position, type) {}
233 static const uint8_t kNextBitFieldIndex = AstNode::kNextBitFieldIndex;
284 class Expression : public AstNode {
354 : public BitField<uint16_t, AstNode::kNextBitFieldIndex, 9> {};
358 : AstNode(pos, type), base_id_(BailoutId::None().ToInt()) {
510 class Declaration : public AstNode {
519 : AstNode(pos, type), proxy_(proxy), scope_(scope), next_(nullptr) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 55 milliseconds