HomeSort by relevance Sort by last modified time
    Searched refs:classofKind (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 410 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
412 static bool classofKind(Kind K) { return K == ObjCMethod; }
507 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
509 static bool classofKind(Kind K) {
804 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
806 static bool classofKind(Kind K) { return K == ObjCInterface; }
    [all...]
DeclCXX.h 142 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
DeclTemplate.h 228 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
235 static bool classofKind(Kind K) {
672 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
677 static bool classofKind(Kind K) {
    [all...]
DeclFriend.h 121 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
123 static bool classofKind(Kind K) { return K == Decl::Friend; }
Decl.h 87 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
89 static bool classofKind(Kind K) { return K == TranslationUnit; }
304 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
306 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
348 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
350 static bool classofKind(Kind K) { return K == Label; }
480 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
482 static bool classofKind(Kind K) { return K == Namespace; }
509 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
511 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue;
    [all...]
ExternalASTSource.h 153 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
DeclBase.h 739 static bool classofKind(Kind K) { return true; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 238 !CXXRecordDecl::classofKind(D->getKind()) &&
261 !CXXRecordDecl::classofKind(D->getKind()) &&
634 !ObjCIvarDecl::classofKind(D->getKind()) &&
635 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
    [all...]

Completed in 905 milliseconds