Searched refs:GetCanonicalType (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp485 base_class_type.GetCanonicalType(), request);
498 vbase_class_type.GetCanonicalType(), request);
519 member_compiler_type.GetCanonicalType(), request);
616 pointee_type.GetCanonicalType(), request);
621 pointee_type.GetCanonicalType(), request);
698 variable_compiler_type.GetCanonicalType(), request);
H A DCompilerType.cpp334 return GetCanonicalType().GetBasicTypeEnumeration() ==
339 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool;
359 switch (GetCanonicalType().GetBasicTypeEnumeration()) {
392 return GetCanonicalType().GetTypeClass() &
435 return GetCanonicalType().GetBasicTypeEnumeration() !=
441 auto canonical_name = GetCanonicalType().GetTypeName();
583 CompilerType CompilerType::GetCanonicalType() const { function in class:CompilerType
586 return type_system_sp->GetCanonicalType(m_type);
H A DType.cpp1124 TypeImpl TypeImpl::GetCanonicalType() const { function in class:TypeImpl
1128 return TypeImpl(m_static_type.GetCanonicalType(),
1129 m_dynamic_type.GetCanonicalType());
1131 return TypeImpl(m_static_type.GetCanonicalType());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h162 lldb::SBType GetCanonicalType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp336 lldb::SBType SBType::GetCanonicalType() { function in class:SBType
340 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType())));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h299 CompilerType GetCanonicalType() const;
H A DType.h607 TypeImpl GetCanonicalType() const;
H A DTypeSystem.h244 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h753 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4240 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 510 milliseconds