Searched defs:cast_convert_val (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/Support/
H A DCasting.h189 template<class To, class From, class SimpleFrom> struct cast_convert_val { struct in namespace:llvm
192 return cast_convert_val<To, SimpleFrom,
198 template<class To, class FromTy> struct cast_convert_val<To,FromTy,FromTy> { struct in namespace:llvm
224 return cast_convert_val<
231 return cast_convert_val<X, Y,
238 return cast_convert_val<X, Y*,
/external/clang/include/clang/AST/
H A DDeclBase.h1715 struct cast_convert_val<ToTy, struct in namespace:llvm
1722 struct cast_convert_val<ToTy, ::clang::DeclContext, ::clang::DeclContext> { struct in namespace:llvm
1728 struct cast_convert_val<ToTy, struct in namespace:llvm
1735 struct cast_convert_val<ToTy, ::clang::DeclContext*, ::clang::DeclContext*> { struct in namespace:llvm
1741 /// Implement cast_convert_val for Decl -> DeclContext conversions.
1743 struct cast_convert_val< ::clang::DeclContext, FromTy, FromTy> { struct in namespace:llvm
1750 struct cast_convert_val< ::clang::DeclContext, FromTy*, FromTy*> { struct in namespace:llvm
1757 struct cast_convert_val< const ::clang::DeclContext, FromTy, FromTy> { struct in namespace:llvm
1764 struct cast_convert_val< const ::clang::DeclContext, FromTy*, FromTy*> { struct in namespace:llvm

Completed in 61 milliseconds