Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.cpp5302 static bool findGlobalMember(const Entry *root, in findGlobalMember() function
6566 … if (!findGlobalMember(root,namespaceName,funcType,funcName,funcTempList,funcArgs,funcDecl,spec)) in findMember()
6781 … if (!findGlobalMember(root,namespaceName,funcType,funcName,funcTempList,funcArgs,funcDecl,spec)) in findMember()
6807 …bool globMem = findGlobalMember(root,namespaceName,funcType,funcName,funcTempList,funcArgs,funcDec… in findMember()