Searched refs:opaque_ptr (Results 1 – 3 of 3) sorted by relevance
355 void *opaque_ptr = compiler_type.GetOpaqueQualType(); in GetTypeBitSize() local356 uint64_t cached_size = m_type_size_cache.Lookup(opaque_ptr); in GetTypeBitSize()381 m_type_size_cache.Insert(opaque_ptr, size); in GetTypeBitSize()
76 void *opaque_ptr();
197 void *SBValueList::opaque_ptr() { return m_opaque_up.get(); } in opaque_ptr() function in SBValueList