Home
last modified time | relevance | path

Searched refs:GetCanonicalType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp487 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
500 vbase_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
523 member_compiler_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
622 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
627 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
704 variable_compiler_type.GetCanonicalType(), request); in PrivateAutoComplete()
H A DCompilerType.cpp355 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()
360 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
380 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()
413 return GetCanonicalType().GetTypeClass() & in IsRecordType()
456 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()
462 auto canonical_name = GetCanonicalType().GetTypeName(); in TypeDescription()
604 CompilerType CompilerType::GetCanonicalType() const { in GetCanonicalType() function in CompilerType
607 return type_system_sp->GetCanonicalType(m_type); in GetCanonicalType()
H A DType.cpp1130 TypeImpl TypeImpl::GetCanonicalType() const { in GetCanonicalType() function in TypeImpl
1134 return TypeImpl(m_static_type.GetCanonicalType(), in GetCanonicalType()
1135 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()
1137 return TypeImpl(m_static_type.GetCanonicalType()); in GetCanonicalType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h193 lldb::SBType GetCanonicalType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp427 lldb::SBType SBType::GetCanonicalType() { in GetCanonicalType() function in SBType
431 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType()))); in GetCanonicalType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h305 CompilerType GetCanonicalType() const;
H A DType.h638 TypeImpl GetCanonicalType() const;
H A DTypeSystem.h258 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3269 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3284 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3299 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig495 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h764 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4284 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { in GetCanonicalType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68706 result = (arg1)->GetCanonicalType(); in _wrap_SBType_GetCanonicalType()