Searched refs:child_clang_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp107 ClangASTType child_clang_type; local
111 child_clang_type = clang_type.GetChildClangTypeAtIndex (&exe_ctx,
124 if (child_clang_type && child_byte_size)
134 child_clang_type,
H A DValueObject.cpp794 ClangASTType child_clang_type; local
798 child_clang_type = GetClangType().GetChildClangTypeAtIndex (&exe_ctx,
811 if (child_clang_type)
821 child_clang_type,
3488 ClangASTType child_clang_type; local
3492 child_clang_type = clang_type.GetChildClangTypeAtIndex (&exe_ctx,
3505 if (child_clang_type && child_byte_size)
3512 child_clang_type,

Completed in 109 milliseconds