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