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