OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SourceDefASTNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
945
#pragma mark =
SourceDefASTNode
=
947
SourceDefASTNode
::
SourceDefASTNode
(const
SourceDefASTNode
& other)
956
:
SourceDefASTNode
(other), m_path()
963
SourceDefASTNode
::printTree(indent);
979
:
SourceDefASTNode
(other), m_expr()
986
SourceDefASTNode
::printTree(indent);
ElftosbAST.h
658
class
SourceDefASTNode
: public ASTNode
661
SourceDefASTNode
(std::string * name) : m_name(name) {}
662
SourceDefASTNode
(const
SourceDefASTNode
& other);
677
class PathSourceDefASTNode : public
SourceDefASTNode
681
:
SourceDefASTNode
(name), m_path(path)
702
class ExternSourceDefASTNode : public
SourceDefASTNode
706
:
SourceDefASTNode
(name), m_expr(expr)
Completed in 21 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026