HomeSort by relevance Sort by last modified time
    Searched refs:pointee_or_element_clang_type (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Symbol/
ClangASTType.cpp 319 ClangASTType pointee_or_element_clang_type; local
321 Flags type_flags (GetTypeInfo (&pointee_or_element_clang_type));
323 if (!pointee_or_element_clang_type.IsValid())
328 if (pointee_or_element_clang_type.IsCharType())
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 256 GetTypeInfo (ClangASTType *pointee_or_element_clang_type = NULL) const;
  /external/lldb/source/Core/
ValueObject.cpp 850 ClangASTType pointee_or_element_clang_type; local
851 const Flags type_flags (GetTypeInfo (&pointee_or_element_clang_type));
853 pointee_or_element_clang_type.IsCharType ());
871 ClangASTType pointee_or_element_clang_type; local
872 const uint32_t type_info = GetTypeInfo (&pointee_or_element_clang_type);
881 const uint64_t item_type_size = pointee_or_element_clang_type.GetByteSize();
    [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 624 GetTypeInfo (ClangASTType *pointee_or_element_clang_type = NULL);
    [all...]

Completed in 113 milliseconds