• Home
  • Raw
  • Download

Lines Matching refs:NestedNameSpecifier

2198   if (NNS && NNS->getKind() == NestedNameSpecifier::Super)  in LookupQualifiedName()
2233 NestedNameSpecifier *NNS = SS->getScopeRep(); in LookupParsedName()
2234 if (NNS->getKind() == NestedNameSpecifier::Super) in LookupParsedName()
3816 NestedNameSpecifier *NNS, in getNestedNameSpecifierIdentifiers()
3818 if (NestedNameSpecifier *Prefix = NNS->getPrefix()) in getNestedNameSpecifierIdentifiers()
3826 case NestedNameSpecifier::Identifier: in getNestedNameSpecifierIdentifiers()
3830 case NestedNameSpecifier::Namespace: in getNestedNameSpecifierIdentifiers()
3836 case NestedNameSpecifier::NamespaceAlias: in getNestedNameSpecifierIdentifiers()
3840 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
3841 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
3845 case NestedNameSpecifier::Global: in getNestedNameSpecifierIdentifiers()
3846 case NestedNameSpecifier::Super: in getNestedNameSpecifierIdentifiers()
3889 NestedNameSpecifier *NNS, bool isKeyword) { in addName()
3964 if (NestedNameSpecifier *NNS = in addNamespaces()
4145 if (NestedNameSpecifier *NNS = in NamespaceSpecifierSet()
4162 NestedNameSpecifier::GlobalSpecifier(Context), 1}; in NamespaceSpecifierSet()
4182 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4186 NNS = NestedNameSpecifier::Create(Context, NNS, ND); in buildNestedNameSpecifier()
4189 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
4199 NestedNameSpecifier *NNS = nullptr; in addNameSpecifier()
4217 NNS = NestedNameSpecifier::GlobalSpecifier(Context); in addNameSpecifier()
4239 NNS = NestedNameSpecifier::GlobalSpecifier(Context); in addNameSpecifier()