Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.cpp1997 static void buildListOfUsingDecls(const Entry *root) in buildListOfUsingDecls() function
2006 for (const auto &e : root->children()) buildListOfUsingDecls(e.get()); in buildListOfUsingDecls()
11876 buildListOfUsingDecls(root.get()); in parseInput()