Searched refs:KeySansPointerT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DValueMap.h202 typedef typename llvm::remove_pointer<KeyT>::type KeySansPointerT; typedef in class:llvm::ValueMapCallbackVH
211 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
225 assert(isa<KeySansPointerT>(new_key) &&
233 KeyT typed_new_key = cast<KeySansPointerT>(new_key);

Completed in 175 milliseconds