Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3700 class UnresolvedUsingTypenameDecl
3702 public Mergeable<UnresolvedUsingTypenameDecl> {
3714 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3757 static UnresolvedUsingTypenameDecl *
3763 static UnresolvedUsingTypenameDecl *
3767 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3770 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
H A DTextNodeDumper.h351 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.h1840 DEF_TRAVERSE_DECL(UnresolvedUsingTypenameDecl, {
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h241 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
H A DCIndex.cpp1275 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3131 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3133 UnresolvedUsingTypenameDecl *
3134 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3141 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3146 UnresolvedUsingTypenameDecl *
3147 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3148 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
H A DDeclPrinter.cpp98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1613 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DTextNodeDumper.cpp2057 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
H A DASTContext.cpp1564 isa<UnresolvedUsingTypenameDecl>(Pattern)) && in setInstantiatedFromUsingDecl()
1568 isa<UnresolvedUsingTypenameDecl>(Inst)) && in setInstantiatedFromUsingDecl()
4510 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow()
H A DASTImporter.cpp516 ExpectedDecl VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
4733 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4751 UnresolvedUsingTypenameDecl *ToUsing; in VisitUnresolvedUsingTypenameDecl()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1702 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3246 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity()
3249 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
3851 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1328 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
H A DSemaTemplateInstantiateDecl.cpp3165 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
3199 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5677 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
H A DSemaDeclCXX.cpp12079 D = UnresolvedUsingTypenameDecl::Create(Context, CurContext, in BuildUsingDeclaration()
12260 isa<UnresolvedUsingTypenameDecl>(InstantiatedFrom) || in BuildUsingPackDecl()
12350 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration()
12351 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in CheckUsingDeclRedeclaration()
H A DTreeTransform.h14363 assert(isa<UnresolvedUsingTypenameDecl>(D) && in RebuildUnresolvedUsingType()
14365 Ty = cast<UnresolvedUsingTypenameDecl>(D); in RebuildUnresolvedUsingType()
H A DSemaCodeComplete.cpp7421 } else if (ND && isa<UnresolvedUsingTypenameDecl>(ND)) { in CodeCompleteObjCSuperMessage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp850 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1566 bool WalkUpFromUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *S) { in WalkUpFromUnresolvedUsingTypenameDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1815 UnresolvedUsingTypenameDecl>

12