reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/Decl.h
  129   static bool classofKind(Kind K) { return K == TranslationUnit; }
  464   static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
  633   static bool classofKind(Kind K) { return K == Namespace; }
 2638   static bool classofKind(Kind K) {
 2988   static bool classofKind(Kind K) { return K >= firstType && K <= lastType; }
 3084   static bool classofKind(Kind K) {
 3388   static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; }
 3662   static bool classofKind(Kind K) { return K == Enum; }
 3900   static bool classofKind(Kind K) {
 4137   static bool classofKind(Kind K) { return K == Block; }
 4233   static bool classofKind(Kind K) { return K == Captured; }
 4354   static bool classofKind(Kind K) { return K == Export; }
tools/clang/include/clang/AST/DeclBase.h
 1127   static bool classofKind(Kind K) { return true; }
tools/clang/include/clang/AST/DeclCXX.h
 1785   static bool classofKind(Kind K) {
 2117   static bool classofKind(Kind K) {
 2616   static bool classofKind(Kind K) { return K == CXXConstructor; }
 2677   static bool classofKind(Kind K) { return K == CXXDestructor; }
 2824   static bool classofKind(Kind K) { return K == LinkageSpec; }
tools/clang/include/clang/AST/DeclObjC.h
  521   static bool classofKind(Kind K) { return K == ObjCMethod; }
 1132   static bool classofKind(Kind K) {
 1922   static bool classofKind(Kind K) { return K == ObjCInterface; }
 2260   static bool classofKind(Kind K) { return K == ObjCProtocol; }
 2421   static bool classofKind(Kind K) { return K == ObjCCategory; }
 2480   static bool classofKind(Kind K) {
 2529   static bool classofKind(Kind K) { return K == ObjCCategoryImpl;}
 2721   static bool classofKind(Kind K) { return K == ObjCImplementation; }
tools/clang/include/clang/AST/DeclOpenMP.h
  199   static bool classofKind(Kind K) { return K == OMPDeclareReduction; }
  296   static bool classofKind(Kind K) { return K == OMPDeclareMapper; }
tools/clang/include/clang/AST/DeclTemplate.h
 1898   static bool classofKind(Kind K) {
 2063   static bool classofKind(Kind K) {
 2249   static bool classofKind(Kind K) { return K == ClassTemplate; }