• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/

Lines Matching refs:classofKind

126   static bool classof(const Decl *D) { return classofKind(D->getKind()); }
127 static bool classofKind(Kind K) { return K == AccessSpec; }
1808 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1809 static bool classofKind(Kind K) {
1921 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1922 static bool classofKind(Kind K) { return K == CXXDeductionGuide; }
1952 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1953 static bool classofKind(Kind K) { return K == RequiresExprBody; }
2164 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2165 static bool classofKind(Kind K) {
2665 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2666 static bool classofKind(Kind K) { return K == CXXConstructor; }
2729 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2730 static bool classofKind(Kind K) { return K == CXXDestructor; }
2797 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2798 static bool classofKind(Kind K) { return K == CXXConversion; }
2870 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2871 static bool classofKind(Kind K) { return K == LinkageSpec; }
2985 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2986 static bool classofKind(Kind K) { return K == UsingDirective; }
3098 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3099 static bool classofKind(Kind K) { return K == NamespaceAlias; }
3172 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3173 static bool classofKind(Kind K) {
3276 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3277 static bool classofKind(Kind K) {
3388 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3389 static bool classofKind(Kind K) { return K == ConstructorUsingShadow; }
3531 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3532 static bool classofKind(Kind K) { return K == Using; }
3602 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3603 static bool classofKind(Kind K) { return K == UsingPack; }
3698 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3699 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; }
3787 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3788 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; }
3829 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3830 static bool classofKind(Kind K) { return K == StaticAssert; }
3886 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3887 static bool classofKind(Kind K) { return K == Decl::Binding; }
3938 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3939 static bool classofKind(Kind K) { return K == Decomposition; }
4067 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4068 static bool classofKind(Kind K) { return K == Decl::MSGuid; }