Searched refs:GetTypedefedType (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h140 lldb::SBType GetTypedefedType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp126 m_element_type = m_element_type.GetTypedefedType();
H A DLibCxxMap.cpp281 m_element_type = m_element_type.GetTypedefedType();
H A DCPlusPlusLanguage.cpp984 return candidate.GetTypedefedType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp954 TypeImpl TypeImpl::GetTypedefedType() const { function in class:TypeImpl
958 return TypeImpl(m_static_type.GetTypedefedType(),
959 m_dynamic_type.GetTypedefedType());
961 return TypeImpl(m_static_type.GetTypedefedType());
H A DCompilerType.cpp460 CompilerType CompilerType::GetTypedefedType() const { function in class:CompilerType
462 return m_type_system->GetTypedefedType(m_type);
H A DClangASTContext.cpp4366 ClangASTContext::GetTypedefedType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h245 CompilerType GetTypedefedType() const;
H A DType.h270 TypeImpl GetTypedefedType() const;
H A DTypeSystem.h415 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h643 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp192 SBType SBType::GetTypedefedType() { function in class:SBType
193 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetTypedefedType);
198 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))));
919 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetTypedefedType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp211 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType();
232 non_ptr_type.GetTypedefedType().GetPointerType();
252 element_type.GetTypedefedType().GetArrayType(array_size);
278 CompilerType deffed_type = compiler_type.GetTypedefedType();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i233 SBType::GetTypedefedType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp993 return candidate.GetTypedefedType();

Completed in 292 milliseconds