Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3808 class UnresolvedUsingTypenameDecl
3810 public Mergeable<UnresolvedUsingTypenameDecl> {
3822 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3865 static UnresolvedUsingTypenameDecl *
3871 static UnresolvedUsingTypenameDecl *
3875 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3878 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h356 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
H A DType.h131 class UnresolvedUsingTypenameDecl;
4346 UnresolvedUsingTypenameDecl *Decl;
4348 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
4351 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {}
4354 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
4368 UnresolvedUsingTypenameDecl *D) {
H A DTypeLoc.h46 class UnresolvedUsingTypenameDecl; variable
697 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
H A DTypeProperties.td361 return ctx.getTypeDeclType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DRecursiveASTVisitor.h1852 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3136 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3138 UnresolvedUsingTypenameDecl *
3139 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3146 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3151 UnresolvedUsingTypenameDecl *
3152 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3153 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1617 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DTextNodeDumper.cpp2114 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1564 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1568 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
4525 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
H A DASTImporter.cpp534 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
4838 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4856 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1000 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DIndexDecl.cpp629 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1715 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3264 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity()
3267 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
3881 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1340 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp3281 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
3318 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5869 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp12158 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
12397 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12489 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
12490 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaDeclAttr.cpp2450 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr()
7360 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
H A DTreeTransform.h14432 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType()
14434 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
H A DSemaCodeComplete.cpp7424 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
H A DSemaDecl.cpp1623 isa<UnresolvedUsingTypenameDecl>(D) || in isUsingDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp851 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1566 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1827 UnresolvedUsingTypenameDecl>