Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dutil.h197 bool rightScopeMatch(const QCString &scope, const QCString &name);
H A Ddoxygen.cpp823 if (rightScopeMatch(resultScope->name(),scope.left(i2+l2))) in findScopeFromQualifiedName()
839 if (rightScopeMatch(usedName.c_str(),nestedNameSpecifier)) in findScopeFromQualifiedName()
4363 bool result = rightScopeMatch(scope,n); in isRecursiveBaseClass()
5945 if (ccd!=0 && rightScopeMatch(ccd->name(),className)) in addMemberFunction()
6019 if (cd!=0 && rightScopeMatch(cd->name(),className)) in addMemberFunction()
H A Dutil.cpp863 bool rightScopeMatch(const QCString &scope, const QCString &name) in rightScopeMatch() function
2498 rightScopeMatch(mScope,emd->localName())) in getDefs()