Home | History | Annotate | Download | only in AST

Lines Matching refs:EnumDecl

85   class EnumDecl;
3570 explicit EnumType(const EnumDecl *D)
3575 EnumDecl *getDecl() const {
3576 return reinterpret_cast<EnumDecl*>(TagType::getDecl());
5525 extern bool IsEnumDeclComplete(EnumDecl *);
5526 extern bool IsEnumDeclScoped(EnumDecl *);