Home
last modified time | relevance | path

Searched refs:PathSourceDefASTNode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h677 class PathSourceDefASTNode : public SourceDefASTNode
680 PathSourceDefASTNode(std::string * name, std::string * path) in PathSourceDefASTNode() function
685 PathSourceDefASTNode(const PathSourceDefASTNode & other);
687 virtual PathSourceDefASTNode * clone() const { return new PathSourceDefASTNode(*this); } in clone()
H A DElftosbAST.cpp953 #pragma mark = PathSourceDefASTNode =
955 PathSourceDefASTNode::PathSourceDefASTNode(const PathSourceDefASTNode & other) in PathSourceDefASTNode() function in PathSourceDefASTNode
961 void PathSourceDefASTNode::printTree(int indent) const in printTree()
H A DConversionController.cpp330 PathSourceDefASTNode * pathNode = dynamic_cast<PathSourceDefASTNode*>(node); in processSources()
H A Delftosb_parser.y268 $$ = new PathSourceDefASTNode($1, $3);
H A Delftosb_parser.tab.cpp1657 (yyval.m_ast) = new PathSourceDefASTNode((yyvsp[-2].m_str), (yyvsp[0].m_str));