Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp945 #pragma mark = SourceDefASTNode =
947 SourceDefASTNode::SourceDefASTNode(const SourceDefASTNode & other) in SourceDefASTNode() function in SourceDefASTNode
956 : SourceDefASTNode(other), m_path() in PathSourceDefASTNode()
963 SourceDefASTNode::printTree(indent); in printTree()
979 : SourceDefASTNode(other), m_expr() in ExternSourceDefASTNode()
986 SourceDefASTNode::printTree(indent); in printTree()
H A DElftosbAST.h658 class SourceDefASTNode : public ASTNode
661 SourceDefASTNode(std::string * name) : m_name(name) {} in SourceDefASTNode() function
662 SourceDefASTNode(const SourceDefASTNode & other);
677 class PathSourceDefASTNode : public SourceDefASTNode
681 : SourceDefASTNode(name), m_path(path) in PathSourceDefASTNode()
702 class ExternSourceDefASTNode : public SourceDefASTNode
706 : SourceDefASTNode(name), m_expr(expr) in ExternSourceDefASTNode()
H A Delftosb_parser.y254 SourceDefASTNode * node = dynamic_cast<SourceDefASTNode*>($1);
H A DConversionController.cpp301 SourceDefASTNode * node = dynamic_cast<SourceDefASTNode*>(*it); in processSources()
H A Delftosb_parser.tab.cpp1640 SourceDefASTNode * node = dynamic_cast<SourceDefASTNode*>((yyvsp[-2].m_ast));