Searched defs:dyn_cast (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h162 template <typename T> inline T dyn_cast() const { function in class:llvm::PointerUnion
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h649 [[nodiscard]] inline decltype(auto) dyn_cast(const From &Val) { function in namespace:llvm
655 [[nodiscard]] inline decltype(auto) dyn_cast(From &Val) { function in namespace:llvm
661 [[nodiscard]] inline decltype(auto) dyn_cast(Fro function in namespace:llvm
667 [[nodiscard]] inline decltype(auto) dyn_cast(std::unique_ptr<From> &Val) { function in namespace:llvm
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h167 T dyn_cast() const { return Ptr.dyn_cast<T>(); } function in class:clang::APValue::LValueBase

Completed in 76 milliseconds