Lines Matching defs:classofKind
128 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
129 static bool classofKind(Kind K) { return K == TranslationUnit; }
172 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
173 static bool classofKind(Kind K) { return K == PragmaComment; }
205 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
206 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; }
238 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
239 static bool classofKind(Kind K) { return K == ExternCContext; }
489 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
490 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
544 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
545 static bool classofKind(Kind K) { return K == Label; }
656 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
657 static bool classofKind(Kind K) { return K == Namespace; }
706 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
707 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; }
842 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
843 static bool classofKind(Kind K) {
1654 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1655 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; }
1720 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1721 static bool classofKind(Kind K) { return K == ImplicitParam; }
1887 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1888 static bool classofKind(Kind K) { return K == ParmVar; }
3027 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3028 static bool classofKind(Kind K) {
3286 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3287 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; }
3335 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3336 static bool classofKind(Kind K) { return K == EnumConstant; }
3386 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3387 static bool classofKind(Kind K) { return K == IndirectField; }
3429 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3430 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; }
3524 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3525 static bool classofKind(Kind K) {
3550 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3551 static bool classofKind(Kind K) { return K == Typedef; }
3578 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3579 static bool classofKind(Kind K) { return K == TypeAlias; }
3853 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
3854 static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; }
4138 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4139 static bool classofKind(Kind K) { return K == Enum; }
4398 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4399 static bool classofKind(Kind K) {
4457 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4458 static bool classofKind(Kind K) { return K == FileScopeAsm; }
4489 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4490 static bool classofKind(Kind K) { return K == TopLevelStmt; }
4688 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4689 static bool classofKind(Kind K) { return K == Block; }
4765 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4766 static bool classofKind(Kind K) { return K == OutlinedFunction; }
4861 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4862 static bool classofKind(Kind K) { return K == Captured; }
4961 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
4962 static bool classofKind(Kind K) { return K == Import; }
5007 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
5008 static bool classofKind(Kind K) { return K == Export; }
5028 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
5029 static bool classofKind(Kind K) { return K == Empty; }
5064 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
5065 static bool classofKind(Kind K) { return K == HLSLBuffer; }