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

  /external/clang/include/clang/AST/
DeclObjC.h 440 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
442 static bool classofKind(Kind K) { return K == ObjCMethod; }
539 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
541 static bool classofKind(Kind K) {
    [all...]
DeclTemplate.h 245 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
252 static bool classofKind(Kind K) {
690 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
695 static bool classofKind(Kind K) {
839 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
841 static bool classofKind(Kind K) { return K == FunctionTemplate; }
    [all...]
DeclFriend.h 125 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
127 static bool classofKind(Kind K) { return K == Decl::Friend; }
Decl.h 90 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
92 static bool classofKind(Kind K) { return K == TranslationUnit; }
339 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
341 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
385 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
387 static bool classofKind(Kind K) { return K == Label; }
511 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
513 static bool classofKind(Kind K) { return K == Namespace; }
547 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
549 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue;
    [all...]
DeclCXX.h 147 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
149 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
ExternalASTSource.h 161 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
DeclBase.h 849 static bool classofKind(Kind K) { return true; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 253 !CXXRecordDecl::classofKind(D->getKind()) &&
277 !CXXRecordDecl::classofKind(D->getKind()) &&
648 !ObjCIvarDecl::classofKind(D->getKind()) &&
649 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 187 milliseconds