Home
last modified time | relevance | path

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

123

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DNestedNameSpecifiers.cpp26 if (!NNS) in TraverseNestedNameSpecifierLoc() argument
/llvm-project/clang/include/clang/AST/
H A DTemplateName.h453 QualifiedTemplateName(NestedNameSpecifier * NNS,bool TemplateKeyword,TemplateName Template) QualifiedTemplateName() argument
475 Profile(llvm::FoldingSetNodeID & ID,NestedNameSpecifier * NNS,bool TemplateKeyword,TemplateName TN) Profile() argument
576 Profile(llvm::FoldingSetNodeID & ID,NestedNameSpecifier * NNS,const IdentifierInfo * Identifier) Profile() argument
583 Profile(llvm::FoldingSetNodeID & ID,NestedNameSpecifier * NNS,OverloadedOperatorKind Operator) Profile() argument
H A DAbstractBasicWriter.h233 void writeNestedNameSpecifier(NestedNameSpecifier *NNS) { in writeNestedNameSpecifier()
H A DASTConcept.h152 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference() argument
/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
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp221 if (NestedNameSpecifier *NNS = getAsQualifiedTemplateName()->getQualifier()) getDependence() local
296 if (NestedNameSpecifier *NNS = QTN->getQualifier(); print() local
318 if (NestedNameSpecifier *NNS = DTN->getQualifier()) print() local
H A DNestedNameSpecifier.cpp47 if (!NNS) { in FindOrInsert() local
640 for (NestedNameSpecifier *NNS = Qualifier; NNS; NNS = NNS->getPrefix()) MakeTrivial() local
643 NestedNameSpecifier *NNS = Stack.pop_back_val(); MakeTrivial() local
[all...]
H A DASTConcept.cpp94 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
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 DODRHash.cpp112 assert(NNS && "Expecting non-null pointer."); in AddNestedNameSpecifier() argument
151 AddNestedNameSpecifier(NNS); in AddTemplateName() local
867 AddNestedNameSpecifier(const NestedNameSpecifier * NNS) AddNestedNameSpecifier() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DTypeTraitsCheck.cpp201 static bool checkTemplatedDecl(const NestedNameSpecifier *NNS, in checkTemplatedDecl()
285 const auto *NNS = QualLoc.getNestedNameSpecifier(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp45 NestedNameSpecifier *NNS = Callee->getQualifier(); in replaceMoveWithForward() local
/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.cpp330 std::string getArcana(const NestedNameSpecifierLoc &NNS) { return ""; } in getArcana() argument
279 const auto &NNS = *NNSL.getNestedNameSpecifier(); getDetail() local
329 getArcana(const NestedNameSpecifierLoc & NNS) getArcana() argument
426 else if (const auto *NNS = N.get<NestedNameSpecifier>()) dumpAST() local
H A DHeuristicResolver.cpp
H A DAST.cpp117 NestedNameSpecifier *NNS = nullptr; in getQualification() local
668 [&](NestedNameSpecifier *NNS) { in getQualification() argument
689 [&](NestedNameSpecifier *NNS) { in getQualification() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp59 if (NNS->isDependent()) { in computeDeclContext() local
173 getCurrentInstantiationOf(NestedNameSpecifier * NNS) getCurrentInstantiationOf() argument
359 FindFirstQualifierInScope(Scope * S,NestedNameSpecifier * NNS) FindFirstQualifierInScope() argument
946 NestedNameSpecifier *NNS; global() member
[all...]
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h95 void setCorrectionSpecifier(NestedNameSpecifier *NNS) { in setCorrectionSpecifier()
323 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS()
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h114 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp124 else if (const NestedNameSpecifier *NNS = in findMatch() local
222 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier() argument
226 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc() argument
348 baseTraverse(const NestedNameSpecifier & NNS) baseTraverse() argument
352 baseTraverse(NestedNameSpecifierLoc NNS) baseTraverse() argument
910 } else if (const auto *NNS = State.getNode<NestedNameSpecifier>()) { dumpNodeFromState() local
1502 TraverseNestedNameSpecifier(NestedNameSpecifier * NNS) TraverseNestedNameSpecifier() argument
1508 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) TraverseNestedNameSpecifierLoc() argument
[all...]
/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp112 static bool isFullyQualified(const NestedNameSpecifier *NNS) { in isFullyQualified()
/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp550 TraverseNestedNameSpecifier(NestedNameSpecifier * NNS) TraverseNestedNameSpecifier() argument
551 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) TraverseNestedNameSpecifierLoc() argument
736 TraverseNestedNameSpecifier(NestedNameSpecifier * NNS) TraverseNestedNameSpecifier() argument
737 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) TraverseNestedNameSpecifierLoc() argument
/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h255 AddNestedNameSpecifier(NestedNameSpecifier * NNS) AddNestedNameSpecifier() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h412 } else if (const NestedNameSpecifier *NNS = run() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp118 bool isFullyQualified(const NestedNameSpecifier *NNS) { in isFullyQualified()

123