Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3870 class UnresolvedUsingTypenameDecl
3872 public Mergeable<UnresolvedUsingTypenameDecl> {
3884 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3927 static UnresolvedUsingTypenameDecl *
3933 static UnresolvedUsingTypenameDecl *
3937 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3940 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h363 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
H A DType.h131 class UnresolvedUsingTypenameDecl;
4480 UnresolvedUsingTypenameDecl *Decl;
4482 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
4485 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {}
4488 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
4502 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.h1580 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
H A DRecursiveASTVisitor.h1960 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h248 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3193 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3195 UnresolvedUsingTypenameDecl *
3196 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3203 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3208 UnresolvedUsingTypenameDecl *
3209 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3210 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp99 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1634 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1544 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1548 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
4655 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
4753 const UnresolvedUsingTypenameDecl *Decl) const { in getUnresolvedUsingType()
4757 if (const UnresolvedUsingTypenameDecl *CanonicalDecl = in getUnresolvedUsingType()
6709 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) { in isSameEntity()
6712 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
H A DTextNodeDumper.cpp2171 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTImporter.cpp551 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
5059 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5077 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1042 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DIndexDecl.cpp651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp199 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp3399 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
3436 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5909 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp12466 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
12706 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12798 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
12799 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DSemaDeclAttr.cpp2595 if (isa<UsingDecl, UnresolvedUsingTypenameDecl, UnresolvedUsingValueDecl>( in handleAvailabilityAttr()
8062 } else if (isa<UsingDecl, UnresolvedUsingTypenameDecl, in handleDeprecatedAttr()
H A DTreeTransform.h14915 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType()
14918 cast<UnresolvedUsingTypenameDecl>(D)); in RebuildUnresolvedUsingType()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp866 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp332 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1882 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3717 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp71 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1370 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1571 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1841 UnresolvedUsingTypenameDecl>

12