Home
last modified time | relevance | path

Searched defs:NNS (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h451 QualifiedTemplateName(NestedNameSpecifier *NNS, bool TemplateKeyword, in QualifiedTemplateName()
473 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile()
574 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile()
581 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile()
H A DAbstractBasicWriter.h233 void writeNestedNameSpecifier(NestedNameSpecifier *NNS) { in writeNestedNameSpecifier()
H A DASTConcept.h149 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, in ConceptReference()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp113 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
211 const NestedNameSpecifier *NNS = DNT->getQualifier(); in VisitDependentNameTypeLoc() local
269 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, in indexNestedNameSpecifierLoc()
H A DIndexBody.cpp56 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
209 const NestedNameSpecifier *NNS = E->getQualifier(); in VisitDependentScopeDeclRefExpr() local
H A DUSRGeneration.cpp660 static void printQualifier(llvm::raw_ostream &Out, ASTContext &Ctx, NestedNameSpecifier *NNS) { in printQualifier()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp221 if (NestedNameSpecifier *NNS = getAsQualifiedTemplateName()->getQualifier()) in getDependence() local
305 if (NestedNameSpecifier *NNS = QTN->getQualifier(); in print() local
327 if (NestedNameSpecifier *NNS = DTN->getQualifier()) in print() local
H A DNestedNameSpecifier.cpp47 NestedNameSpecifier *NNS in FindOrInsert() local
640 for (NestedNameSpecifier *NNS = Qualifier; NNS; NNS = NNS->getPrefix()) in MakeTrivial() local
643 NestedNameSpecifier *NNS = Stack.pop_back_val(); in MakeTrivial() local
H A DASTTypeTraits.cpp194 else if (const NestedNameSpecifier *NNS = get<NestedNameSpecifier>()) in print() local
197 if (const NestedNameSpecifier *NNS = NNSL->getNestedNameSpecifier()) in print() local
H A DASTConcept.cpp88 ConceptReference::Create(const ASTContext &C, NestedNameSpecifierLoc NNS, in Create()
H A DODRHash.cpp112 void ODRHash::AddNestedNameSpecifier(const NestedNameSpecifier *NNS) { in AddNestedNameSpecifier()
151 if (NestedNameSpecifier *NNS = QTN->getQualifier()) in AddTemplateName() local
867 void AddNestedNameSpecifier(const NestedNameSpecifier *NNS) { in AddNestedNameSpecifier()
H A DQualTypeNames.cpp60 NestedNameSpecifier *NNS = nullptr; in getFullyQualifiedTemplateName() local
H A DComputeDependence.cpp501 if (auto *NNS = E->getQualifier()) in computeDependence() local
675 if (auto *NNS = E->getQualifier()) in computeDependence() local
H A DJSONNodeDumper.cpp823 if (const NestedNameSpecifier *NNS = ET->getQualifier()) { in VisitElaboratedType() local
903 if (const NestedNameSpecifier *NNS = UD->getQualifier()) { in VisitUsingDecl() local
H A DDeclPrinter.cpp1082 if (auto *NNS = D->getQualifier()) in VisitCXXRecordDecl() local
H A DASTContext.cpp5422 NestedNameSpecifier *NNS, in getElaboratedType()
5489 NestedNameSpecifier *NNS, in getDependentNameType()
5515 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in getDependentTemplateSpecializationType()
5527 NestedNameSpecifier *NNS, in getDependentTemplateSpecializationType()
9645 TemplateName ASTContext::getQualifiedTemplateName(NestedNameSpecifier *NNS, in getQualifiedTemplateName()
9670 ASTContext::getDependentTemplateName(NestedNameSpecifier *NNS, in getDependentTemplateName()
9706 ASTContext::getDependentTemplateName(NestedNameSpecifier *NNS, in getDependentTemplateName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp59 NestedNameSpecifier *NNS = SS.getScopeRep(); in computeDeclContext() local
173 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf()
359 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope()
946 NestedNameSpecifier *NNS; member
H A DSemaLookup.cpp2668 auto *NNS = SS.getScopeRep(); in LookupQualifiedName() local
2708 if (NestedNameSpecifier *NNS = SS->getScopeRep(); in LookupParsedName() local
4453 NestedNameSpecifier *NNS, in getNestedNameSpecifierIdentifiers()
4525 NestedNameSpecifier *NNS, bool isKeyword) { in addName()
4617 if (NestedNameSpecifier *NNS = in addNamespaces() local
4798 if (NestedNameSpecifier *NNS = in NamespaceSpecifierSet() local
4835 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4852 NestedNameSpecifier *NNS = nullptr; in addNameSpecifier() local
H A DSemaTemplate.cpp2662 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) { in getRangeOfTypeInNestedNameSpecifier() local
2741 if (NestedNameSpecifier *NNS = DependentTST->getQualifier()) in MatchTemplateParametersToScopeSpecifier() local
2750 if (NestedNameSpecifier *NNS = DependentName->getQualifier()) in MatchTemplateParametersToScopeSpecifier() local
5871 NestedNameSpecifier *NNS) { in VisitNestedNameSpecifier()
9369 for (NestedNameSpecifier *NNS = SS.getScopeRep(); NNS; in ScopeSpecifierHasTemplateId() local
10236 NestedNameSpecifier *NNS = SS.getScopeRep(); in ActOnDependentTag() local
10380 static bool isEnableIf(NestedNameSpecifierLoc NNS, const IdentifierInfo &II, in isEnableIf()
H A DSemaTemplateVariadic.cpp556 NestedNameSpecifierLoc NNS, in collectUnexpandedParameterPacks()
H A DSemaExprMember.cpp933 Expr *Base, bool IsArrow, SourceLocation OpLoc, NestedNameSpecifierLoc NNS, in BuildMemberExpr()
H A DSemaCoroutine.cpp120 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, S.getStdNamespace()); in lookupPromiseType() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h114 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h255 void AddNestedNameSpecifier(NestedNameSpecifier *NNS) { in AddNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp209 DeclarationFragmentsBuilder::getFragmentsForNNS(const NestedNameSpecifier *NNS, in getFragmentsForNNS()
291 if (const NestedNameSpecifier *NNS = ET->getQualifier()) in getFragmentsForType() local

12