HomeSort by: relevance | last modified time | path
    Searched refs:classofKind (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 157 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
158 static bool classofKind(Kind K) { return K == OMPThreadPrivate; }
267 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
268 static bool classofKind(Kind K) { return K == OMPDeclareReduction; }
366 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
367 static bool classofKind(Kind K) { return K == OMPDeclareMapper; }
405 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
406 static bool classofKind(Kind K) { return K == OMPCapturedExpr; }
456 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
457 static bool classofKind(Kind K) { return K == OMPRequires;
    [all...]
DeclCXX.h 126 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
127 static bool classofKind(Kind K) { return K == AccessSpec; }
1785 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1786 static bool classofKind(Kind K) {
1907 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1908 static bool classofKind(Kind K) { return K == CXXDeductionGuide; }
1938 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1939 static bool classofKind(Kind K) { return K == RequiresExprBody; }
2150 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2151 static bool classofKind(Kind K)
    [all...]
Decl.h 102 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
103 static bool classofKind(Kind K) { return K == TranslationUnit; }
142 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
143 static bool classofKind(Kind K) { return K == PragmaComment; }
175 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
176 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; }
208 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
209 static bool classofKind(Kind K) { return K == ExternCContext; }
456 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
457 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed;
    [all...]
DeclTemplate.h 434 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
436 static bool classofKind(Kind K) {
952 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
954 static bool classofKind(Kind K) {
1127 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1128 static bool classofKind(Kind K) { return K == FunctionTemplate; }
1371 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1372 static bool classofKind(Kind K) { return K == TemplateTypeParm; }
1586 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1587 static bool classofKind(Kind K) { return K == NonTypeTemplateParm;
    [all...]
DeclObjC.h 541 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
542 static bool classofKind(Kind K) { return K == ObjCMethod; }
646 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
647 static bool classofKind(Kind K) { return K == ObjCTypeParam; }
937 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
938 static bool classofKind(Kind K) { return K == ObjCProperty; }
1107 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1109 static bool classofKind(Kind K) {
1898 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1899 static bool classofKind(Kind K) { return K == ObjCInterface;
    [all...]
DeclFriend.h 182 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
183 static bool classofKind(Kind K) { return K == Decl::Friend; }
DeclBase.h 1159 static bool classofKind(Kind K) { return true; }
2572 return To::classofKind(Val.getDeclKind());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 464 !CXXRecordDecl::classofKind(D->getKind()) &&
501 !CXXRecordDecl::classofKind(D->getKind()) &&
942 !ObjCIvarDecl::classofKind(D->getKind()) &&
943 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 4602 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);

Completed in 43 milliseconds