Home | History | Annotate | Download | only in AST

Lines Matching refs:classofKind

417   static bool classof(const Decl *D) { return classofKind(D->getKind()); }
419 static bool classofKind(Kind K) { return K == ObjCMethod; }
516 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
518 static bool classofKind(Kind K) {
962 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
964 static bool classofKind(Kind K) { return K == ObjCInterface; }
1035 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1037 static bool classofKind(Kind K) { return K == ObjCIvar; }
1069 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1071 static bool classofKind(Kind K) { return K == ObjCAtDefsField; }
1243 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1245 static bool classofKind(Kind K) { return K == ObjCProtocol; }
1373 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1375 static bool classofKind(Kind K) { return K == ObjCCategory; }
1426 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1428 static bool classofKind(Kind K) {
1512 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1514 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;}
1671 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1673 static bool classofKind(Kind K) { return K == ObjCImplementation; }
1703 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1705 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; }
1881 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1883 static bool classofKind(Kind K) { return K == ObjCProperty; }
1980 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1982 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; }