Searched defs:BlockCommentNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dparse_tree.cc50 const BlockCommentNode* ParseNode::AsBlockComment() const { return NULL; }
584 // BlockCommentNode ------------------------------------------------------------
586 BlockCommentNode::BlockCommentNode() { function in class:BlockCommentNode
589 BlockCommentNode::~BlockCommentNode() {
592 const BlockCommentNode* BlockCommentNode::AsBlockComment() const {
596 Value BlockCommentNode::Execute(Scope* scope, Err* err) const {
600 LocationRange BlockCommentNode
[all...]
H A Dparse_tree.h27 class BlockCommentNode;
84 virtual const BlockCommentNode* AsBlockComment() const;
443 // BlockCommentNode ------------------------------------------------------------
450 class BlockCommentNode : public ParseNode { class in inherits:ParseNode
452 BlockCommentNode();
453 virtual ~BlockCommentNode();
455 virtual const BlockCommentNode* AsBlockComment() const OVERRIDE;
469 DISALLOW_COPY_AND_ASSIGN(BlockCommentNode);

Completed in 235 milliseconds