Home | History | Annotate | Download | only in Core

Lines Matching defs:pointee_or_element_clang_type

850     ClangASTType pointee_or_element_clang_type;
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;
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();
1936 ValueObject::GetTypeInfo (ClangASTType *pointee_or_element_clang_type)
1938 return GetClangType().GetTypeInfo (pointee_or_element_clang_type);