Lines Matching refs:NestedNameSpecifier
111 NestedNameSpecifier *NNS1,
112 NestedNameSpecifier *NNS2);
543 NestedNameSpecifier *NNS1, in IsStructurallyEquivalent()
544 NestedNameSpecifier *NNS2) { in IsStructurallyEquivalent()
548 NestedNameSpecifier *Prefix1 = NNS1->getPrefix(), in IsStructurallyEquivalent()
558 case NestedNameSpecifier::Identifier: in IsStructurallyEquivalent()
561 case NestedNameSpecifier::Namespace: in IsStructurallyEquivalent()
564 case NestedNameSpecifier::NamespaceAlias: in IsStructurallyEquivalent()
567 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
568 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
571 case NestedNameSpecifier::Global: in IsStructurallyEquivalent()
573 case NestedNameSpecifier::Super: in IsStructurallyEquivalent()