HomeSort by relevance Sort by last modified time
    Searched defs:GetClangType (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Core/
ValueObjectConstResultChild.h 48 GetClangType ()
50 return ValueObjectChild::GetClangType();
  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 78 ClangExpressionVariable::GetClangType()
80 return m_frozen_sp->GetClangType();
93 TypeFromUser tfu (m_frozen_sp->GetClangType());
  /external/lldb/source/Core/
Value.cpp 198 const ClangASTType &ast_type = GetClangType();
221 Value::GetClangType ()
278 const ClangASTType &ast_type = GetClangType();
330 const ClangASTType &ast_type = GetClangType();
625 const ClangASTType &clang_type = GetClangType();
ValueObject.cpp 357 ValueObject::GetClangType ()
602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes);
619 const size_t num_child_indexes = GetClangType().GetIndexOfChildMemberWithName (name.GetCString(),
710 child_clang_type = GetClangType().GetChildClangTypeAtIndex (&exe_ctx,
779 ClangASTType clang_type = GetClangType();
956 const uint64_t max_bytes = GetClangType().GetByteSize();
1009 const Encoding encoding = GetClangType().GetEncoding(count);
    [all...]
  /external/lldb/source/Symbol/
Function.cpp 485 Function::GetClangType()

Completed in 367 milliseconds