Home
last modified time | relevance | path

Searched refs:classofKind (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h126 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
127 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1833 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
1834 static bool classofKind(Kind K) { in classofKind() function
1956 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
1957 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } in classofKind() function
1987 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
1988 static bool classofKind(Kind K) { return K == RequiresExprBody; } in classofKind() function
2198 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
2199 static bool classofKind(Kind K) { in classofKind() function
[all …]
H A DDecl.h126 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
127 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
166 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
167 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind() function
199 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
200 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind() function
232 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
233 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind() function
482 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
483 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
[all …]
H A DDeclOpenMP.h157 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
158 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } in classofKind() function
267 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
268 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } in classofKind() function
366 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
367 static bool classofKind(Kind K) { return K == OMPDeclareMapper; } in classofKind() function
405 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
406 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } in classofKind() function
456 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
457 static bool classofKind(Kind K) { return K == OMPRequires; } in classofKind() function
[all …]
H A DDeclTemplate.h445 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
447 static bool classofKind(Kind K) { in classofKind() function
983 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
985 static bool classofKind(Kind K) { in classofKind() function
1140 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1141 static bool classofKind(Kind K) { return K == FunctionTemplate; }
1398 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1399 static bool classofKind(Kind K) { return K == TemplateTypeParm; }
1613 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1614 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
[all …]
H A DDeclObjC.h541 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
542 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
646 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
647 static bool classofKind(Kind K) { return K == ObjCTypeParam; } in classofKind() function
933 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
934 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1105 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
1107 static bool classofKind(Kind K) { in classofKind() function
1912 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
1913 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
[all …]
H A DDeclFriend.h180 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
181 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
H A DDeclBase.h1201 static bool classofKind(Kind K) { return true; } in classofKind() function
2647 return To::classofKind(Val.getDeclKind());
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp133 if (NamedDecl::classofKind(DC->getDeclKind())) in operator ()()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp470 !CXXRecordDecl::classofKind(D->getKind()) && in VisitEnumDecl()
511 !CXXRecordDecl::classofKind(D->getKind()) && in VisitRecordDecl()
962 !ObjCIvarDecl::classofKind(D->getKind()) && in VisitFieldDecl()
963 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) && in VisitFieldDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4814 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K); in LoadFieldsFromExternalStorage()