Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/functions/
H A Dmain.cpp252 return_type = return_type.GetCanonicalType(); in main()
290 function_arg_type.GetCanonicalType(); in main()
318 function_arg_type.GetCanonicalType(); in main()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp486 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()
H A DType.cpp1017 TypeImpl TypeImpl::GetCanonicalType() const { in GetCanonicalType() function in TypeImpl
1021 return TypeImpl(m_static_type.GetCanonicalType(), in GetCanonicalType()
1022 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()
1024 return TypeImpl(m_static_type.GetCanonicalType()); in GetCanonicalType()
H A DCompilerType.cpp341 CompilerType CompilerType::GetCanonicalType() const { in GetCanonicalType() function in CompilerType
343 return m_type_system->GetCanonicalType(m_type); in GetCanonicalType()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h156 lldb::SBType GetCanonicalType();
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp337 lldb::SBType SBType::GetCanonicalType() { in GetCanonicalType() function in SBType
341 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType()))); in GetCanonicalType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h189 CompilerType GetCanonicalType() const;
H A DType.h294 TypeImpl GetCanonicalType() const;
H A DTypeSystem.h227 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/examples/python/
H A Dtypes.py203 member_canonical_type = member_type.GetCanonicalType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i469 GetCanonicalType();
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig488 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h665 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4266 TypeSystemClang::GetCanonicalType(lldb::opaque_compiler_type_t type) { in GetCanonicalType() function in TypeSystemClang