Searched refs:PathSourceDefASTNode (Results 1 – 5 of 5) sorted by relevance
677 class PathSourceDefASTNode : public SourceDefASTNode680 PathSourceDefASTNode(std::string * name, std::string * path) in PathSourceDefASTNode() function685 PathSourceDefASTNode(const PathSourceDefASTNode & other);687 virtual PathSourceDefASTNode * clone() const { return new PathSourceDefASTNode(*this); } in clone()
953 #pragma mark = PathSourceDefASTNode =955 PathSourceDefASTNode::PathSourceDefASTNode(const PathSourceDefASTNode & other) in PathSourceDefASTNode() function in PathSourceDefASTNode961 void PathSourceDefASTNode::printTree(int indent) const in printTree()
330 PathSourceDefASTNode * pathNode = dynamic_cast<PathSourceDefASTNode*>(node); in processSources()
268 $$ = new PathSourceDefASTNode($1, $3);
1657 (yyval.m_ast) = new PathSourceDefASTNode((yyvsp[-2].m_str), (yyvsp[0].m_str));