reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTTypeTraits.h
  313       return std::make_pair(NNSLA.getNestedNameSpecifier(),
  315              std::make_pair(NNSLB.getNestedNameSpecifier(),
  370         return llvm::hash_combine(NNSL.getNestedNameSpecifier(),
tools/clang/include/clang/AST/Decl.h
  754     return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
 3360     return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
tools/clang/include/clang/AST/DeclCXX.h
 2895     return QualifierLoc.getNestedNameSpecifier();
 3018     return QualifierLoc.getNestedNameSpecifier();
 3319     return QualifierLoc.getNestedNameSpecifier();
 3540     return QualifierLoc.getNestedNameSpecifier();
 3630     return QualifierLoc.getNestedNameSpecifier();
tools/clang/include/clang/AST/Expr.h
 1250     return getQualifierLoc().getNestedNameSpecifier();
 2923     return getQualifierLoc().getNestedNameSpecifier();
tools/clang/include/clang/AST/ExprCXX.h
 2537     return QualifierLoc.getNestedNameSpecifier();
 2960     return QualifierLoc.getNestedNameSpecifier();
 3212     return QualifierLoc.getNestedNameSpecifier();
 3627     return QualifierLoc.getNestedNameSpecifier();
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  764   switch (NNS.getNestedNameSpecifier()->getKind()) {
tools/clang/include/clang/AST/TemplateBase.h
  419     Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
tools/clang/include/clang/AST/TypeLoc.h
 1988     assert(QualifierLoc.getNestedNameSpecifier()
 2047     assert(QualifierLoc.getNestedNameSpecifier()
 2116     assert(QualifierLoc.getNestedNameSpecifier()
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6054   return Node && Node.getNestedNameSpecifier()->getAsType() &&
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1599     return ast_type_traits::DynTypedNode::create(*Loc.getNestedNameSpecifier());
tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  118       const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace();
tools/clang/lib/AST/ASTImporter.cpp
 8231     if (Error Err = importInto(Spec, NNS.getNestedNameSpecifier()))
tools/clang/lib/AST/ASTTypeTraits.cpp
  136     if (const NestedNameSpecifier *NNS = NNSL->getNestedNameSpecifier())
tools/clang/lib/AST/Expr.cpp
  509     auto *NNS = QualifierLoc.getNestedNameSpecifier();
 1680     if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) {
 1686              QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent())
tools/clang/lib/AST/ExprCXX.cpp
  347            QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent()) ||
  356            QualifierLoc.getNestedNameSpecifier()
  461             QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent())),
  464            (QualifierLoc && QualifierLoc.getNestedNameSpecifier()
  533             QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent())),
  535            (QualifierLoc && QualifierLoc.getNestedNameSpecifier()
 1405             (QualifierLoc && QualifierLoc.getNestedNameSpecifier()
 1799          (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() &&
 1800           !NestedNameSpec.getNestedNameSpecifier()
tools/clang/lib/AST/NestedNameSpecifier.cpp
  693   Representation = Other.getNestedNameSpecifier();
tools/clang/lib/AST/OpenMPClause.cpp
 1421         Node->getQualifierLoc().getNestedNameSpecifier();
 1444         Node->getQualifierLoc().getNestedNameSpecifier();
 1466         Node->getQualifierLoc().getNestedNameSpecifier();
 1559                 Node->getMapperQualifierLoc().getNestedNameSpecifier();
 1583           Node->getMapperQualifierLoc().getNestedNameSpecifier();
 1603           Node->getMapperQualifierLoc().getNestedNameSpecifier();
tools/clang/lib/AST/StmtPrinter.cpp
  371         = Node->getQualifierLoc().getNestedNameSpecifier())
 1768       Node->getQualifierLoc().getNestedNameSpecifier())
 2252     NNS.getNestedNameSpecifier()->print(OS, Policy);
tools/clang/lib/AST/StmtProfile.cpp
  350   VisitNestedNameSpecifier(S->getQualifierLoc().getNestedNameSpecifier());
  577       C->getQualifierLoc().getNestedNameSpecifier());
  601       C->getQualifierLoc().getNestedNameSpecifier());
  625       C->getQualifierLoc().getNestedNameSpecifier());
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  192     if (!match(*NNS.getNestedNameSpecifier()))
  961     match(*NNS.getNestedNameSpecifier());
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  246   switch (NNS.getNestedNameSpecifier()->getKind()) {
  253     handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
  257     handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(),
tools/clang/lib/Sema/SemaDecl.cpp
 5507         SpecLoc.getNestedNameSpecifier()->getAsType()))
tools/clang/lib/Sema/SemaTemplate.cpp
 2563   while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
 9925   if (!NNS || !NNS.getNestedNameSpecifier()->getAsType())
 9979     assert(QualifierLoc.getNestedNameSpecifier()->isDependent());
 9981                                         QualifierLoc.getNestedNameSpecifier(),
10051                                         QualifierLoc.getNestedNameSpecifier(),
10082                                        QualifierLoc.getNestedNameSpecifier(),
10093             Keyword, QualifierLoc.getNestedNameSpecifier(),
tools/clang/lib/Sema/SemaType.cpp
 5636       switch (NNSLoc.getNestedNameSpecifier()->getKind()) {
tools/clang/lib/Sema/TreeTransform.h
  984                                          QualifierLoc.getNestedNameSpecifier(),
 1015                                           QualifierLoc.getNestedNameSpecifier(),
 1025     if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
 1029                                        QualifierLoc.getNestedNameSpecifier(),
 1047     if (QualifierLoc.getNestedNameSpecifier()->isDependent()) {
 1051                                           QualifierLoc.getNestedNameSpecifier(),
 1066             << QualType(QualifierLoc.getNestedNameSpecifier()->getAsType(), 0);
 1142                                          QualifierLoc.getNestedNameSpecifier(),
 2312                                                 QualifierLoc.getNestedNameSpecifier(),
 3680     NestedNameSpecifier *QNNS = Q.getNestedNameSpecifier();
 3763   if (SS.getScopeRep() == NNS.getNestedNameSpecifier() &&
tools/clang/lib/Serialization/ASTWriter.cpp
 5931       = NNS.getNestedNameSpecifier()->getKind();
 5935       AddIdentifierRef(NNS.getNestedNameSpecifier()->getAsIdentifier());
 5940       AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespace());
 5945       AddDeclRef(NNS.getNestedNameSpecifier()->getAsNamespaceAlias());
 5962       AddDeclRef(NNS.getNestedNameSpecifier()->getAsRecordDecl());
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  115     if (NestedNameSpecifier.getNestedNameSpecifier())
  147     return ElaboratedTypeLoc.getQualifierLoc().getNestedNameSpecifier();
  334     if (!NestedLoc.getNestedNameSpecifier()->getAsType())
  344                            NestedLoc.getNestedNameSpecifier()->getPrefix(),
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
   46     if (NestedNameSpecifier.getNestedNameSpecifier())
  582       if (!NestedNameSpecifier.getNestedNameSpecifier())
  585           NestedNameSpecifier.getNestedNameSpecifier()->getAsType();
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  786     if (NestedNameSpecifier *Spec = Loc->getNestedNameSpecifier()) {
tools/clang/tools/extra/clangd/AST.cpp
  152   if (auto *Qualifier = getQualifierLoc(ND).getNestedNameSpecifier())
tools/clang/tools/extra/clangd/FindTarget.cpp
  352     Finder.add(NNSL->getNestedNameSpecifier(), Flags);
  643     if (!L.getNestedNameSpecifier())
  680                                *NNSL->getNestedNameSpecifier()))}};
  770     R.Qualifier.getNestedNameSpecifier()->print(OS,
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  242     if (auto *NNS = NNSLoc.getNestedNameSpecifier()) {
tools/clang/tools/libclang/CIndex.cpp
 1372     NestedNameSpecifier *NNS = Q.getNestedNameSpecifier();
 1910                  Qualifier.getNestedNameSpecifier(),
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/NestedNameSpecifiers.cpp
   30             NNS.getNestedNameSpecifier()->getAsNamespace())
tools/clang/unittests/Tooling/RefactoringTest.cpp
  751     if (NNSLoc.getNestedNameSpecifier()) {
  752       if (const NamespaceDecl* NS = NNSLoc.getNestedNameSpecifier()->getAsNamespace()) {