Searched refs:getEnumDecl (Results 1 – 6 of 6) sorted by relevance
1767 Out << "using enum " << D->getEnumDecl(); in VisitUsingEnumDecl()
914 JOS.attribute("target", createBareDeclRef(UED->getEnumDecl())); in VisitUsingEnumDecl()
2790 dumpBareDeclRef(D->getEnumDecl()); in VisitUsingEnumDecl()
3827 EnumDecl *getEnumDecl() const { return cast<EnumDecl>(EnumType->getType()->getAsTagDecl()); } in getEnumDecl() function
3961 D->getLocation(), D->getEnumDecl(), TemplateArgs)); in VisitUsingEnumDecl()
13315 if (UED->getEnumDecl() == ED) { in BuildUsingEnumDeclaration()