Home
last modified time | relevance | path

Searched defs:FromStatementASTNode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1328 FromStatementASTNode::FromStatementASTNode(std::string * source, ListASTNode * statements) in FromStatementASTNode() function in FromStatementASTNode
1333 FromStatementASTNode::FromStatementASTNode(const FromStatementASTNode & other) in FromStatementASTNode() function in FromStatementASTNode
H A DElftosbAST.h1204 FromStatementASTNode() : StatementASTNode() {} in FromStatementASTNode() function