Home
last modified time | relevance | path

Searched refs:UnresolvedUsingTypenameDecl (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3842 class UnresolvedUsingTypenameDecl
3844 public Mergeable<UnresolvedUsingTypenameDecl> {
3856 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3899 static UnresolvedUsingTypenameDecl *
3905 static UnresolvedUsingTypenameDecl *
3909 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3912 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h360 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
H A DType.h132 class UnresolvedUsingTypenameDecl;
4416 UnresolvedUsingTypenameDecl *Decl;
4418 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
4421 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {}
4424 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
4438 UnresolvedUsingTypenameDecl *D) {
H A DTypeLoc.h46 class UnresolvedUsingTypenameDecl; variable
706 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
H A DTypeProperties.td361 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DASTContext.h1606 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
H A DRecursiveASTVisitor.h1967 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h247 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3152 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3154 UnresolvedUsingTypenameDecl *
3155 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3162 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3167 UnresolvedUsingTypenameDecl *
3168 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3169 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1630 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1571 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1575 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
4617 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
4689 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType()
4693 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType()
6629 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity()
6632 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
H A DTextNodeDumper.cpp2147 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTImporter.cpp554 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
4948 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4966 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1002 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DIndexDecl.cpp651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp3332 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
3369 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5898 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp12358 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
12597 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12689 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
12690 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaDeclAttr.cpp2591 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr()
7822 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp205 } else if (isa<UnresolvedUsingTypenameDecl>(D)) { in add()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp865 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp331 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1819 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3628 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1350 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1571 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1840 UnresolvedUsingTypenameDecl>

12