|
LLVM 23.0.0git
|
This is the complete list of members for llvm::CastInfo< To, std::unique_ptr< From > >, including all inherited members.
| castFailed() | llvm::CastInfo< To, std::unique_ptr< From > > | inlinestatic |
| CastResultType typedef | llvm::UniquePtrCast< To, From, Derived > | |
| CastReturnType typedef | llvm::CastInfo< To, std::unique_ptr< From > > | |
| doCast(const From &f) | llvm::CastInfo< To, std::unique_ptr< From > > | inlinestatic |
| llvm::UniquePtrCast::doCast(std::unique_ptr< From > &&f) | llvm::UniquePtrCast< To, From, Derived > | inlinestatic |
| doCastIfPossible(const From &f) | llvm::CastInfo< To, std::unique_ptr< From > > | inlinestatic |
| llvm::UniquePtrCast::doCastIfPossible(std::unique_ptr< From > &f) | llvm::UniquePtrCast< To, From, Derived > | inlinestatic |
| llvm::isPossible(const From &f) | llvm::CastIsPossible< To, From, Enable > | inlinestatic |
| llvm::UniquePtrCast::isPossible(const From &f) | llvm::CastIsPossible< To, From * > | inlinestatic |
| Self typedef | llvm::CastInfo< To, std::unique_ptr< From > > |