Searched refs:GetAtomicType (Results 1 – 7 of 7) sorted by relevance
88 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystem
709 CompilerType CompilerType::GetAtomicType() const { in GetAtomicType() function in CompilerType712 return type_system_sp->GetAtomicType(m_type); in GetAtomicType()
604 encoding_type->GetForwardCompilerType().GetAtomicType(); in ResolveCompilerType()669 m_compiler_type = void_compiler_type.GetAtomicType(); in ResolveCompilerType()
358 CompilerType GetAtomicType() const;
289 virtual CompilerType GetAtomicType(lldb::opaque_compiler_type_t type);
800 CompilerType GetAtomicType(lldb::opaque_compiler_type_t type) override;
4587 CompilerType TypeSystemClang::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystemClang