Searched refs:isSubDeclToBeProcessed (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 421 if (ODRHash::isSubDeclToBeProcessed(SubDecl, Method)) in VisitObjCMethodDecl() 529 bool ODRHash::isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { in isSubDeclToBeProcessed() function in ODRHash 579 if (isSubDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl() 617 if (isSubDeclToBeProcessed(SubDecl, Record)) in AddRecordDecl() 645 if (isSubDeclToBeProcessed(SubDecl, IF)) in AddObjCInterfaceDecl() 729 if (isSubDeclToBeProcessed(SubDecl, Function)) { in AddFunctionDecl() 755 if (isSubDeclToBeProcessed(SubDecl, Enum)) { in AddEnumDecl() 782 if (isSubDeclToBeProcessed(SubDecl, P)) { in AddObjCProtocolDecl()
|
| H A D | ODRDiagsEmitter.cpp | 896 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 1571 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 1868 if (!ODRHash::isSubDeclToBeProcessed(D, FirstEnum)) in diagnoseMismatch() 2008 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch() 2136 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRHash.h | 107 static bool isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent);
|