Files
clang-p2996/clang/lib/AST/ByteCode/Descriptor.h
Kazu Hirata 23fbaff9a3 [ByteCode] Migrate away from PointerUnion::{is,get,dyn_cast} (NFC) (#115809)
Note that PointerUnion::{is,get,dyn_cast} have been soft deprecated in
PointerUnion.h:

  // FIXME: Replace the uses of is(), get() and dyn_cast() with
  //        isa<T>, cast<T> and the llvm::dyn_cast<T>
2024-11-11 22:49:58 -08:00

11 KiB