Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3667 class UnresolvedUsingTypenameDecl
3669 public Mergeable<UnresolvedUsingTypenameDecl> {
3681 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc,
3724 static UnresolvedUsingTypenameDecl *
3730 static UnresolvedUsingTypenameDecl *
3734 UnresolvedUsingTypenameDecl *getCanonicalDecl() override {
3737 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const {
H A DType.h127 class UnresolvedUsingTypenameDecl;
4124 UnresolvedUsingTypenameDecl *Decl;
4126 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
4129 Decl(const_cast<UnresolvedUsingTypenameDecl*>(D)) {}
4132 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
4146 UnresolvedUsingTypenameDecl *D) {
H A DTypeLoc.h45 class UnresolvedUsingTypenameDecl; variable
691 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
H A DRecursiveASTVisitor.h1784 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2809 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
2811 UnresolvedUsingTypenameDecl *
2812 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2819 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
2824 UnresolvedUsingTypenameDecl *
2825 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
2826 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1518 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTDumper.cpp266 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1136 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTImporter.cpp490 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1226 UnresolvedUsingTypenameDecl *ToD; in VisitUnresolvedUsingType()
4318 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4337 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1425 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1429 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
3877 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp104 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
985 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DIndexDecl.cpp620 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp336 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1631 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3120 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity()
3123 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
3692 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp71 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1257 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTReader.cpp6080 ReadDeclAs<UnresolvedUsingTypenameDecl>(*Loc.F, Record, Idx)); in readTypeRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp669 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp199 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp2709 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
2743 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4882 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp9993 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
10176 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
10266 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
10267 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DTreeTransform.h12577 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType()
12579 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
H A DSemaCodeComplete.cpp6283 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
H A DSemaDecl.cpp1490 isa<UnresolvedUsingTypenameDecl>(D) || in isUsingDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1624 UnresolvedUsingTypenameDecl>