Home | History | Annotate | Download | only in AST

Lines Matching refs:NestedNameSpecifier

3266                               NestedNameSpecifier *NNS,
3315 NestedNameSpecifier *NNS,
3319 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
3346 NestedNameSpecifier *NNS,
3361 NestedNameSpecifier *NNS,
3378 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
4145 NestedNameSpecifier *
4146 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const {
4151 case NestedNameSpecifier::Identifier:
4153 return NestedNameSpecifier::Create(*this,
4157 case NestedNameSpecifier::Namespace:
4160 return NestedNameSpecifier::Create(*this, nullptr,
4163 case NestedNameSpecifier::NamespaceAlias:
4166 return NestedNameSpecifier::Create(*this, nullptr,
4170 case NestedNameSpecifier::TypeSpec:
4171 case NestedNameSpecifier::TypeSpecWithTemplate: {
4182 return NestedNameSpecifier::Create(*this, DNT->getQualifier(),
4188 return NestedNameSpecifier::Create(*this, nullptr, false,
4192 case NestedNameSpecifier::Global:
4197 llvm_unreachable("Invalid NestedNameSpecifier::Kind!");
6166 ASTContext::getQualifiedTemplateName(NestedNameSpecifier *NNS,
6190 ASTContext::getDependentTemplateName(NestedNameSpecifier *NNS,
6205 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
6226 ASTContext::getDependentTemplateName(NestedNameSpecifier *NNS,
6241 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);