Searched refs:GetCanonicalType (Results 1 – 14 of 14) sorted by relevance
252 return_type = return_type.GetCanonicalType(); in main()290 function_arg_type.GetCanonicalType(); in main()318 function_arg_type.GetCanonicalType(); in main()
486 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()499 vbase_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()520 member_compiler_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()616 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()621 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()698 variable_compiler_type.GetCanonicalType(), request); in PrivateAutoComplete()
1017 TypeImpl TypeImpl::GetCanonicalType() const { in GetCanonicalType() function in TypeImpl1021 return TypeImpl(m_static_type.GetCanonicalType(), in GetCanonicalType()1022 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()1024 return TypeImpl(m_static_type.GetCanonicalType()); in GetCanonicalType()
341 CompilerType CompilerType::GetCanonicalType() const { in GetCanonicalType() function in CompilerType343 return m_type_system->GetCanonicalType(m_type); in GetCanonicalType()
156 lldb::SBType GetCanonicalType();
337 lldb::SBType SBType::GetCanonicalType() { in GetCanonicalType() function in SBType341 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType()))); in GetCanonicalType()
189 CompilerType GetCanonicalType() const;
294 TypeImpl GetCanonicalType() const;
227 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
203 member_canonical_type = member_type.GetCanonicalType()
469 GetCanonicalType();
488 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
665 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
4266 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { in GetCanonicalType() function in TypeSystemClang