Lines Matching defs:classofKind

469   static bool classof(const Decl *D) { return classofKind(D->getKind()); }
470 static bool classofKind(Kind K) { return K == ObjCMethod; }
583 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
584 static bool classofKind(Kind K) {
1217 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1218 static bool classofKind(Kind K) { return K == ObjCInterface; }
1289 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1290 static bool classofKind(Kind K) { return K == ObjCIvar; }
1321 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1322 static bool classofKind(Kind K) { return K == ObjCAtDefsField; }
1525 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1526 static bool classofKind(Kind K) { return K == ObjCProtocol; }
1654 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1655 static bool classofKind(Kind K) { return K == ObjCCategory; }
1706 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1707 static bool classofKind(Kind K) {
1782 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1783 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;}
1941 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1942 static bool classofKind(Kind K) { return K == ObjCImplementation; }
1972 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1973 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; }
2154 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2155 static bool classofKind(Kind K) { return K == ObjCProperty; }
2264 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2265 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; }