Lines Matching refs:NestedNameSpecifier
108 NestedNameSpecifier *NNS1,
109 NestedNameSpecifier *NNS2);
452 NestedNameSpecifier *NNS1, in IsStructurallyEquivalent()
453 NestedNameSpecifier *NNS2) { in IsStructurallyEquivalent()
457 NestedNameSpecifier *Prefix1 = NNS1->getPrefix(), in IsStructurallyEquivalent()
467 case NestedNameSpecifier::Identifier: in IsStructurallyEquivalent()
470 case NestedNameSpecifier::Namespace: in IsStructurallyEquivalent()
473 case NestedNameSpecifier::NamespaceAlias: in IsStructurallyEquivalent()
476 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
477 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
480 case NestedNameSpecifier::Global: in IsStructurallyEquivalent()
482 case NestedNameSpecifier::Super: in IsStructurallyEquivalent()