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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 182 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
183 static bool classofKind(Kind K) { return K == Decl::Friend; }
DeclFriend.h 182 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
183 static bool classofKind(Kind K) { return K == Decl::Friend; }
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...]
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...]
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...]
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...]
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...]
DeclBase.h 1159 static bool classofKind(Kind K) { return true; }
2572 return To::classofKind(Val.getDeclKind());
DeclBase.h 1159 static bool classofKind(Kind K) { return true; }
2572 return To::classofKind(Val.getDeclKind());
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...]
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...]
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...]
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...]

Completed in 43 milliseconds