• Home
  • Raw
  • Download

Lines Matching refs:NestedNameSpecifier

87   NestedNameSpecifier *NNS  in computeDeclContext()
88 = static_cast<NestedNameSpecifier *>(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()
167 NestedNameSpecifier *NNS in isDependentScopeSpecifier()
168 = static_cast<NestedNameSpecifier *>(SS.getScopeRep()); in isDependentScopeSpecifier()
179 NestedNameSpecifier *NNS in isUnknownSpecialization()
180 = static_cast<NestedNameSpecifier *>(SS.getScopeRep()); in isUnknownSpecialization()
189 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf()
304 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope()
311 if (NNS->getKind() != NestedNameSpecifier::Identifier) in FindFirstQualifierInScope()
778 == static_cast<NestedNameSpecifier*>(SS.getScopeRep())); in ActOnCXXNestedNameSpecifier()
851 NestedNameSpecifier *NNS;
885 NestedNameSpecifier *Qualifier = in ShouldEnterDeclaratorScope()
886 static_cast<NestedNameSpecifier*>(SS.getScopeRep()); in ShouldEnterDeclaratorScope()
903 case NestedNameSpecifier::Global: in ShouldEnterDeclaratorScope()
904 case NestedNameSpecifier::Namespace: in ShouldEnterDeclaratorScope()
905 case NestedNameSpecifier::NamespaceAlias: in ShouldEnterDeclaratorScope()
910 case NestedNameSpecifier::Identifier: in ShouldEnterDeclaratorScope()
911 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
912 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()