Searched refs:getVisibleDecl (Results 1 – 1 of 1) sorted by relevance
330 static NamedDecl *getVisibleDecl(NamedDecl *D);333 return getVisibleDecl(D); in getAcceptableDeclSlow()1066 static NamedDecl *getVisibleDecl(NamedDecl *D) { in getVisibleDecl() function1156 NamedDecl *D = R.isHiddenDeclarationVisible()? *I : getVisibleDecl(*I); in LookupName()1199 D = R.isHiddenDeclarationVisible()? *LastI : getVisibleDecl(*LastI); in LookupName()