Lines Matching refs:NestedNameSpecifier
105 NestedNameSpecifier *NNS1,
106 NestedNameSpecifier *NNS2);
419 NestedNameSpecifier *NNS1, in IsStructurallyEquivalent()
420 NestedNameSpecifier *NNS2) { in IsStructurallyEquivalent()
424 NestedNameSpecifier *Prefix1 = NNS1->getPrefix(), in IsStructurallyEquivalent()
434 case NestedNameSpecifier::Identifier: in IsStructurallyEquivalent()
437 case NestedNameSpecifier::Namespace: in IsStructurallyEquivalent()
440 case NestedNameSpecifier::NamespaceAlias: in IsStructurallyEquivalent()
443 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
444 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
447 case NestedNameSpecifier::Global: in IsStructurallyEquivalent()
449 case NestedNameSpecifier::Super: in IsStructurallyEquivalent()