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

  /external/clang/include/clang/AST/
DeclOpenMP.h 75 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
76 static bool classofKind(Kind K) { return K == OMPThreadPrivate; }
Decl.h 93 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
94 static bool classofKind(Kind K) { return K == TranslationUnit; }
276 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
277 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; }
321 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
322 static bool classofKind(Kind K) { return K == Label; }
446 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
447 static bool classofKind(Kind K) { return K == Namespace; }
479 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
480 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue;
    [all...]
DeclTemplate.h 259 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
260 static bool classofKind(Kind K) {
720 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
721 static bool classofKind(Kind K) {
873 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
874 static bool classofKind(Kind K) { return K == FunctionTemplate; }
    [all...]
DeclCXX.h 137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
138 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
DeclObjC.h 469 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
470 static bool classofKind(Kind K) { return K == ObjCMethod; }
583 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
584 static bool classofKind(Kind K) {
    [all...]
DeclFriend.h 164 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
165 static bool classofKind(Kind K) { return K == Decl::Friend; }
ExternalASTSource.h 169 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
DeclBase.h 881 static bool classofKind(Kind K) { return true; }
    [all...]
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 118 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 265 !CXXRecordDecl::classofKind(D->getKind()) &&
291 !CXXRecordDecl::classofKind(D->getKind()) &&
668 !ObjCIvarDecl::classofKind(D->getKind()) &&
669 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 79 milliseconds