Home | History | Annotate | Download | only in Core

Lines Matching defs:GetClangType

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);
1122 ClangASTType clang_type = GetClangType();
1281 ClangASTType clang_type = GetClangType();
1307 if (GetClangType().IsAggregateType () == false && UpdateValueIfNeeded(false))
1334 ClangASTType clang_type = GetClangType ();
1411 my_format = GetClangType().GetFormat();
1441 if (!GetClangType().IsAggregateType())
1688 if (GetClangType().IsAggregateType())
1805 const Encoding encoding = GetClangType().GetEncoding (count);
1903 return GetClangType().GetConstTypeName();
1909 return GetClangType().GetConstQualifiedTypeName();
1916 return GetClangType().GetMinimumLanguage ();
1938 return GetClangType().GetTypeInfo (pointee_or_element_clang_type);
1944 return GetClangType().IsPointerType();
1950 return GetClangType().IsArrayType (NULL, NULL, NULL);
1956 return GetClangType().IsScalarType ();
1962 return GetClangType().IsIntegerType (is_signed);
1968 return GetClangType().IsPointerOrReferenceType ();
1979 return GetClangType().IsPossibleDynamicType (NULL, true, true);
1986 bool isObjCpointer = (((GetClangType().GetTypeInfo(NULL)) & mask) == mask);
2100 GetClangType(),
2316 ClangASTType clang_type = GetClangType();
2375 ClangASTType non_base_class_parent_clang_type = non_base_class_parent->GetClangType();
2596 ClangASTType root_clang_type = root->GetClangType();
2864 if (root->GetClangType().GetMinimumLanguage() == eLanguageTypeObjC
3070 ClangASTType root_clang_type = root->GetClangType();
3368 ClangASTType clang_type = valobj->GetClangType();
3692 GetClangType(),
3725 ClangASTType clang_type = GetClangType();
3806 ClangASTType clang_type = GetClangType();