Home
last modified time | relevance | path

Searched refs:GetCanonicalType (Results 1 – 14 of 14) 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.cpp357 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()
362 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
382 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()
415 return GetCanonicalType().GetTypeClass() & in IsRecordType()
458 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()
464 auto canonical_name = GetCanonicalType().GetTypeName(); in TypeDescription()
614 CompilerType CompilerType::GetCanonicalType() const { in GetCanonicalType() function in CompilerType
617 return type_system_sp->GetCanonicalType(m_type); in GetCanonicalType()
H A DType.cpp1151 TypeImpl TypeImpl::GetCanonicalType() const { in GetCanonicalType() function in TypeImpl
1155 return TypeImpl(m_static_type.GetCanonicalType(), in GetCanonicalType()
1156 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()
1158 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/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp118 .GetCanonicalType() in GetElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h313 CompilerType GetCanonicalType() const;
H A DTypeSystem.h262 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
H A DType.h674 TypeImpl GetCanonicalType() const;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3232 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3248 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3264 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.h761 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4315 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { in GetCanonicalType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69974 result = (arg1)->GetCanonicalType(); in _wrap_SBType_GetCanonicalType()