Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultImpl.cpp69 auto child_compiler_type_or_err = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
126 auto child_compiler_type_or_err = compiler_type.GetChildCompilerTypeAtIndex( in CreateSyntheticArrayMember()
H A DValueObject.cpp504 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
539 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateSyntheticArrayMember()
/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.h446 llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
H A DTypeSystem.h373 virtual llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp908 llvm::Expected<CompilerType> CompilerType::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in CompilerType
918 return type_system_sp->GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp926 return m_type.GetChildCompilerTypeAtIndex( in GetChildType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h897 llvm::Expected<CompilerType> GetChildCompilerTypeAtIndex(
H A DTypeSystemClang.cpp6179 return GetChildCompilerTypeAtIndex( in GetDereferencedType()
6185 llvm::Expected<CompilerType> TypeSystemClang::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in TypeSystemClang
6485 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
6565 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
6605 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()