[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToBeProcessed`. NFC intended.
authorVolodymyr Sapsai <vsapsai@apple.com>
Tue, 18 Oct 2022 01:23:28 +0000 (18:23 -0700)
committerVolodymyr Sapsai <vsapsai@apple.com>
Tue, 18 Oct 2022 01:24:44 +0000 (18:24 -0700)
commit37fdca21f7f61dee5426f55b0ee7bf601d95afcd
tree38f6b9c8b9bf714b0a15b8fae416a37c0710bbc3
parent7b970290c07f9d7fcbe36d00d3f3acc9ab7407cb
[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToBeProcessed`. NFC intended.

The method is used only for sub-Decls, so reflect that in the name.
clang/include/clang/AST/ODRDiagsEmitter.h
clang/include/clang/AST/ODRHash.h
clang/lib/AST/ODRDiagsEmitter.cpp
clang/lib/AST/ODRHash.cpp