Home
last modified time | relevance | path

Searched refs:GetChildCompilerTypeAtIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp70 auto child_compiler_type_or_err = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
127 auto child_compiler_type_or_err = compiler_type.GetChildCompilerTypeAtIndex( in CreateSyntheticArrayMember()
H A DValueObject.cpp507 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
542 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateSyntheticArrayMember()
2821 auto child_compiler_type_or_err = compiler_type.GetChildCompilerTypeAtIndex( in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp109 auto child_type_or_err = m_block_struct_type.GetChildCompilerTypeAtIndex( in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h439 llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
H A DTypeSystem.h363 virtual llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp904 llvm::Expected<CompilerType> CompilerType::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in CompilerType
914 return type_system_sp->GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp921 return m_type.GetChildCompilerTypeAtIndex( in GetChildType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h892 llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
H A DTypeSystemClang.cpp6192 llvm::Expected<CompilerType> TypeSystemClang::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in TypeSystemClang
6489 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
6569 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
6609 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()