Lines Matching refs:NestedNameSpecifier
81 NestedNameSpecifier *NNS = SS.getScopeRep(); in computeDeclContext()
143 case NestedNameSpecifier::Identifier: in computeDeclContext()
146 case NestedNameSpecifier::Namespace: in computeDeclContext()
149 case NestedNameSpecifier::NamespaceAlias: in computeDeclContext()
152 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
153 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
159 case NestedNameSpecifier::Global: in computeDeclContext()
162 case NestedNameSpecifier::Super: in computeDeclContext()
181 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()
982 NestedNameSpecifier *NNS;
1016 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in ShouldEnterDeclaratorScope()
1033 case NestedNameSpecifier::Global: in ShouldEnterDeclaratorScope()
1034 case NestedNameSpecifier::Namespace: in ShouldEnterDeclaratorScope()
1035 case NestedNameSpecifier::NamespaceAlias: in ShouldEnterDeclaratorScope()
1040 case NestedNameSpecifier::Identifier: in ShouldEnterDeclaratorScope()
1041 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
1042 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
1043 case NestedNameSpecifier::Super: in ShouldEnterDeclaratorScope()