Lines Matching refs:NestedNameSpecifier
59 NestedNameSpecifier *NNS = SS.getScopeRep(); in computeDeclContext()
140 case NestedNameSpecifier::Identifier: in computeDeclContext()
143 case NestedNameSpecifier::Namespace: in computeDeclContext()
146 case NestedNameSpecifier::NamespaceAlias: in computeDeclContext()
149 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
150 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
156 case NestedNameSpecifier::Global: in computeDeclContext()
159 case NestedNameSpecifier::Super: in computeDeclContext()
173 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf()
359 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope()
366 if (NNS->getKind() != NestedNameSpecifier::Identifier) in FindFirstQualifierInScope()
946 NestedNameSpecifier *NNS;
985 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in ShouldEnterDeclaratorScope()
1002 case NestedNameSpecifier::Global: in ShouldEnterDeclaratorScope()
1003 case NestedNameSpecifier::Namespace: in ShouldEnterDeclaratorScope()
1004 case NestedNameSpecifier::NamespaceAlias: in ShouldEnterDeclaratorScope()
1009 case NestedNameSpecifier::Identifier: in ShouldEnterDeclaratorScope()
1010 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
1011 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
1012 case NestedNameSpecifier::Super: in ShouldEnterDeclaratorScope()