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

  /external/clang/include/clang/AST/
DeclOpenMP.h 84 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
85 static bool classofKind(Kind K) { return K == OMPThreadPrivate; }
DeclFriend.h 165 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
166 static bool classofKind(Kind K) { return K == Decl::Friend; }
Decl.h 93 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
94 static bool classofKind(Kind K) { return K == TranslationUnit; }
291 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
292 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
336 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
337 static bool classofKind(Kind K) { return K == Label; }
454 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
455 static bool classofKind(Kind K) { return K == Namespace; }
487 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
488 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue;
    [all...]
DeclBase.h     [all...]
DeclTemplate.h 261 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
262 static bool classofKind(Kind K) {
726 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
727 static bool classofKind(Kind K) {
885 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
886 static bool classofKind(Kind K) { return K == FunctionTemplate; }
    [all...]
DeclCXX.h 136 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
137 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
DeclObjC.h 491 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
492 static bool classofKind(Kind K) { return K == ObjCMethod; }
625 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
626 static bool classofKind(Kind K) {
    [all...]

Completed in 66 milliseconds