• Home
  • Raw
  • Download

Lines Matching refs:NestedNameSpecifier

195       NestedNameSpecifier *Qualifier  in isTemplateName()
196 = static_cast<NestedNameSpecifier *>(SS.getScopeRep()); in isTemplateName()
234 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep(); in DiagnoseUnknownTemplateName()
1557 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) { in getRangeOfTypeInNestedNameSpecifier()
1671 if (NestedNameSpecifier *NNS = DependentTST->getQualifier()) in MatchTemplateParametersToScopeSpecifier()
1680 if (NestedNameSpecifier *NNS = DependentName->getQualifier()) in MatchTemplateParametersToScopeSpecifier()
2336 << (NestedNameSpecifier*) SS.getScopeRep() in BuildQualifiedTemplateIdExpr()
2410 NestedNameSpecifier *Qualifier in ActOnDependentTemplateName()
2411 = static_cast<NestedNameSpecifier *>(SS.getScopeRep()); in ActOnDependentTemplateName()
3320 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
3516 NestedNameSpecifier *NNS) { in VisitNestedNameSpecifier()
3521 case NestedNameSpecifier::Identifier: in VisitNestedNameSpecifier()
3522 case NestedNameSpecifier::Namespace: in VisitNestedNameSpecifier()
3523 case NestedNameSpecifier::NamespaceAlias: in VisitNestedNameSpecifier()
3524 case NestedNameSpecifier::Global: in VisitNestedNameSpecifier()
3527 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
3528 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
4526 NestedNameSpecifier *Qualifier in BuildExpressionFromDeclTemplateArgument()
4527 = NestedNameSpecifier::Create(Context, 0, false, in BuildExpressionFromDeclTemplateArgument()
6295 for (NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep(); in ScopeSpecifierHasTemplateId()
6891 NestedNameSpecifier *NNS in ActOnDependentTag()
6892 = static_cast<NestedNameSpecifier *>(SS.getScopeRep()); in ActOnDependentTag()
6979 == static_cast<NestedNameSpecifier*>(SS.getScopeRep())); in ActOnTypenameType()