OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathSourceDefASTNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp
953
#pragma mark =
PathSourceDefASTNode
=
955
PathSourceDefASTNode
::
PathSourceDefASTNode
(const
PathSourceDefASTNode
& other)
961
void
PathSourceDefASTNode
::printTree(int indent) const
ElftosbAST.h
656
* Base class for
PathSourceDefASTNode
and ExternSourceDefASTNode.
677
class
PathSourceDefASTNode
: public SourceDefASTNode
680
PathSourceDefASTNode
(std::string * name, std::string * path)
685
PathSourceDefASTNode
(const
PathSourceDefASTNode
& other);
687
virtual
PathSourceDefASTNode
* clone() const { return new
PathSourceDefASTNode
(*this); }
689
virtual std::string nodeName() const { return "
PathSourceDefASTNode
"; }
Completed in 58 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026