Home | History | Annotate | Download | only in Sema

Lines Matching defs:VisitNestedNameSpecifier

3771     bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
3913 return VisitNestedNameSpecifier(T->getQualifier());
3918 return VisitNestedNameSpecifier(T->getQualifier());
3966 bool UnnamedLocalNoLinkageFinder::VisitNestedNameSpecifier(
3968 if (NNS->getPrefix() && VisitNestedNameSpecifier(NNS->getPrefix()))