#pragma clang system_header #include "system-header-simulator-cxx.h" namespace llvm { template const X *cast(Y Value); template const X *dyn_cast(Y *Value); template const X &dyn_cast(Y &Value); template const X *cast_or_null(Y Value); template const X *dyn_cast_or_null(Y *Value); template const X *dyn_cast_or_null(Y &Value); template bool isa(Y Value); template bool isa_and_nonnull(Y Value); template std::unique_ptr cast(std::unique_ptr &&Value); } // namespace llvm