Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DDeclCXX.h3268 class UnresolvedUsingTypenameDecl
3270 public Mergeable<UnresolvedUsingTypenameDecl> {
3279 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3306 static UnresolvedUsingTypenameDecl *
3311 static UnresolvedUsingTypenameDecl *
3315 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3318 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
DType.h91 class UnresolvedUsingTypenameDecl;
3477 UnresolvedUsingTypenameDecl *Decl;
3479 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
3482 Decl(const_cast<UnresolvedUsingTypenameDecl*>(D)) {}
3486 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
3499 UnresolvedUsingTypenameDecl *D) {
DTypeLoc.h647 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
/external/clang/lib/AST/
DDeclCXX.cpp2270 void UnresolvedUsingTypenameDecl::anchor() { } in anchor()
2272 UnresolvedUsingTypenameDecl *
2273 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2279 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
2284 UnresolvedUsingTypenameDecl *
2285 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
2286 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
DDeclPrinter.cpp90 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1353 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
DASTDumper.cpp474 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
1479 const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/external/llvm-project/clang/tools/libclang/
DCursorVisitor.h241 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
/external/clang/tools/libclang/
DCursorVisitor.h240 bool VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3679 class UnresolvedUsingTypenameDecl
3681 public Mergeable<UnresolvedUsingTypenameDecl> {
3693 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl() function
3736 static UnresolvedUsingTypenameDecl *
3742 static UnresolvedUsingTypenameDecl *
3746 UnresolvedUsingTypenameDecl *getCanonicalDecl() override { in getCanonicalDecl()
3749 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { in getCanonicalDecl()
DTextNodeDumper.h353 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
DType.h131 class UnresolvedUsingTypenameDecl;
4335 UnresolvedUsingTypenameDecl *Decl;
4337 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
4340 Decl(const_cast<UnresolvedUsingTypenameDecl *>(D)) {}
4343 UnresolvedUsingTypenameDecl *getDecl() const { return Decl; }
4357 UnresolvedUsingTypenameDecl *D) {
DTypeLoc.h46 class UnresolvedUsingTypenameDecl; variable
697 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl()
DTypeProperties.td361 return ctx.getTypeDeclType(cast<UnresolvedUsingTypenameDecl>(declaration));
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp3112 void UnresolvedUsingTypenameDecl::anchor() {} in anchor()
3114 UnresolvedUsingTypenameDecl *
3115 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3122 return new (C, DC) UnresolvedUsingTypenameDecl( in Create()
3127 UnresolvedUsingTypenameDecl *
3128 UnresolvedUsingTypenameDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
3129 return new (C, ID) UnresolvedUsingTypenameDecl( in CreateDeserialized()
DDeclPrinter.cpp98 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1579 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp105 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D);
998 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
DIndexDecl.cpp629 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/external/clang/lib/Index/
DUSRGeneration.cpp110 void VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp275 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1453 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
2768 if (auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity()
2771 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
3274 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
DASTWriterDecl.cpp70 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1158 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp330 void VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D);
1702 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
3244 if (const auto *UX = dyn_cast<UnresolvedUsingTypenameDecl>(X)) in isSameEntity()
3247 cast<UnresolvedUsingTypenameDecl>(Y)->getQualifier()); in isSameEntity()
3849 D = UnresolvedUsingTypenameDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2468 ::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
4483 static bool isInstantiationOf(UnresolvedUsingTypenameDecl *Pattern, in isInstantiationOf()
4508 if (UnresolvedUsingTypenameDecl *UUD in isInstantiationOf()
4509 = dyn_cast<UnresolvedUsingTypenameDecl>(D)) { in isInstantiationOf()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp198 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl()
DSemaTemplateInstantiateDecl.cpp3164 UnresolvedUsingTypenameDecl *TD = dyn_cast<UnresolvedUsingTypenameDecl>(D); in instantiateUnresolvedUsingDecl()
3198 UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl()
5669 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) in isInstantiationOf()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp841 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>

12