Searched refs:GetPointeeType (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h406 GetPointeeType () const function in class:lldb_private::TypePair
409 return type_sp->GetClangFullType().GetPointeeType();
410 return clang_type.GetPointeeType();
518 GetPointeeType () const;
H A DClangASTType.h338 GetPointeeType () const;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h103 GetPointeeType();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp173 SBType::GetPointeeType() function in class:SBType
177 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp1067 TypeImpl::GetPointeeType () const function in class:TypeImpl
1071 return TypeImpl(m_static_type, m_dynamic_type.GetPointeeType());
1073 return TypeImpl(m_static_type.GetPointeeType());
H A DVariable.cpp735 ClangASTType pointee_type(clang_type.GetPointeeType());
H A DClangASTType.cpp975 return IsPointerType() && GetPointeeType().IsScalarType();
1688 ClangASTType::GetPointeeType () const function in class:ClangASTType
2333 count = GetPointeeType().GetNumDirectBaseClasses();
2537 return GetPointeeType().GetDirectBaseClassAtIndex(idx,bit_offset_ptr);
3205 ClangASTType pointee_clang_type (GetPointeeType());
3291 ClangASTType pointee_clang_type (GetPointeeType());
3771 ClangASTType pointee_clang_type (GetPointeeType());
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxx.cpp519 m_element_type = data_type_finder_sp->GetClangType().GetPointeeType();
H A DFormatManager.cpp203 ClangASTType non_ptr_type = clang_type.GetPointeeType();
235 ClangASTType non_ptr_type = clang_type.GetPointeeType();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1072 ClangASTType pointee_type = this_type->GetClangForwardType().GetPointeeType();
1197 self_clang_type = self_clang_type.GetPointeeType();

Completed in 182 milliseconds