Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4026 class UnresolvedUsingTypenameDecl
4028 public Mergeable<UnresolvedUsingTypenameDecl> {
4040 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
4083 static UnresolvedUsingTypenameDecl *
4089 static UnresolvedUsingTypenameDecl *CreateDeserialized(ASTContext &C,
4093 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
4096 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h387 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
H A DType.h141 class UnresolvedUsingTypenameDecl;
5753 UnresolvedUsingTypenameDecl *Decl;
5755 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
5758 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {}
5761 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
5775 UnresolvedUsingTypenameDecl *D) {
H A DTypeLoc.h47 class UnresolvedUsingTypenameDecl; variable
720 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
H A DTypeProperties.td387 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DASTContext.h1828 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
H A DRecursiveASTVisitor.h2034 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3502 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3504 UnresolvedUsingTypenameDecl *
3505 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3512 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3517 UnresolvedUsingTypenameDecl *
3518 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
3520 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp101 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1771 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1589 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1593 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
5274 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
5464 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType()
5468 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType()
7699 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity()
7702 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
H A DTextNodeDumper.cpp2794 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTImporter.cpp556 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
5653 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5671 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp103 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1090 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DIndexDecl.cpp651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp896 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp231 UnresolvedUsingTypenameDecl *D) override { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp4066 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
4103 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
6675 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp13112 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
13356 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
13444 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
13445 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaDeclAttr.cpp2418 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr()
6478 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
H A DTreeTransform.h17356 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType()
17359 cast<UnresolvedUsingTypenameDecl>(D)); in RebuildUnresolvedUsingType()
H A DSemaCodeComplete.cpp8281 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1967 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3987 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp86 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1658 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1564 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1892 UnresolvedUsingTypenameDecl>

12