Searched refs:isSubDeclToBeProcessed (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 447 if (ODRHash::isSubDeclToBeProcessed(SubDecl, Method)) in VisitObjCMethodDecl() 556 bool ODRHash::isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { in isSubDeclToBeProcessed() function in ODRHash 606 if (isSubDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl() 644 if (isSubDeclToBeProcessed(SubDecl, Record)) in AddRecordDecl() 672 if (isSubDeclToBeProcessed(SubDecl, IF)) in AddObjCInterfaceDecl() 762 if (isSubDeclToBeProcessed(SubDecl, Function)) { in AddFunctionDecl() 788 if (isSubDeclToBeProcessed(SubDecl, Enum)) { in AddEnumDecl() 815 if (isSubDeclToBeProcessed(SubDecl, P)) { in AddObjCProtocolDecl()
|
| H A D | ODRDiagsEmitter.cpp | 894 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 1574 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 1871 if (!ODRHash::isSubDeclToBeProcessed(D, FirstEnum)) in diagnoseMismatch() 2011 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 2139 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRHash.h | 114 static bool isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent);
|