Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp75 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
H A DValueObject.cpp644 child_compiler_type = GetCompilerType().GetChildCompilerTypeAtIndex( in CreateChildAtIndex()
2831 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp118 m_block_struct_type.GetChildCompilerTypeAtIndex( in GetChildAtIndex()
H A DLibCxxMap.cpp320 .GetChildCompilerTypeAtIndex( in GetValueOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h341 CompilerType GetChildCompilerTypeAtIndex(
H A DTypeSystem.h319 virtual CompilerType GetChildCompilerTypeAtIndex(
H A DClangASTContext.h788 CompilerType GetChildCompilerTypeAtIndex(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp628 CompilerType CompilerType::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in CompilerType
638 return m_type_system->GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
H A DClangASTContext.cpp6590 CompilerType ClangASTContext::GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex() function in ClangASTContext
6883 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
6963 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
7002 return pointee_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
7034 return typedefed_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
7045 return elaborated_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
7056 return elaborated_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
7067 return paren_clang_type.GetChildCompilerTypeAtIndex( in GetChildCompilerTypeAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp925 return m_type.GetChildCompilerTypeAtIndex( in GetChildType()