Lines Matching refs:NestedNameSpecifier
79 NestedNameSpecifier *NNS = SS.getScopeRep(); in computeDeclContext()
141 case NestedNameSpecifier::Identifier: in computeDeclContext()
144 case NestedNameSpecifier::Namespace: in computeDeclContext()
147 case NestedNameSpecifier::NamespaceAlias: in computeDeclContext()
150 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
151 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
157 case NestedNameSpecifier::Global: in computeDeclContext()
160 case NestedNameSpecifier::Super: in computeDeclContext()
179 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf()
358 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope()
365 if (NNS->getKind() != NestedNameSpecifier::Identifier) in FindFirstQualifierInScope()
989 NestedNameSpecifier *NNS;
1028 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in ShouldEnterDeclaratorScope()
1045 case NestedNameSpecifier::Global: in ShouldEnterDeclaratorScope()
1046 case NestedNameSpecifier::Namespace: in ShouldEnterDeclaratorScope()
1047 case NestedNameSpecifier::NamespaceAlias: in ShouldEnterDeclaratorScope()
1052 case NestedNameSpecifier::Identifier: in ShouldEnterDeclaratorScope()
1053 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
1054 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
1055 case NestedNameSpecifier::Super: in ShouldEnterDeclaratorScope()