- Added ::collect method for recursive node gathering that needs some local
  persistence.
This commit is contained in:
Paul Beckingham
2014-08-17 11:37:08 -04:00
parent 6a9cca82d7
commit b84736a05f
2 changed files with 37 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ public:
bool exactMatch (const std::string&, const std::string&) const;
bool canonicalize (std::string&, const std::string&, const std::string&) const;
void collect (std::vector <Tree*>&, bool, Tree* tree = NULL);
void findBinary ();
void resolveAliases ();
void findOverrides ();