Lines Matching refs:GetClangType

359 ValueObject::GetClangType ()
367 return TypeImpl(GetClangType());
690 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes);
707 const size_t num_child_indexes = GetClangType().GetIndexOfChildMemberWithName (name.GetCString(),
798 child_clang_type = GetClangType().GetChildClangTypeAtIndex (&exe_ctx,
867 ClangASTType clang_type = GetClangType();
1044 const uint64_t max_bytes = GetClangType().GetByteSize();
1097 const Encoding encoding = GetClangType().GetEncoding(count);
1210 ClangASTType clang_type = GetClangType();
1369 ClangASTType clang_type = GetClangType();
1433 my_format = GetClangType().GetFormat();
1465 if (!GetClangType().IsAggregateType())
1486 if (!GetClangType().IsAggregateType())
1734 if (GetClangType().IsAggregateType())
1856 const Encoding encoding = GetClangType().GetEncoding (count);
1954 return GetClangType().GetConstTypeName();
1960 return GetClangType().GetConstQualifiedTypeName();
1967 return GetClangType().GetMinimumLanguage ();
1989 return GetClangType().GetTypeInfo (pointee_or_element_clang_type);
1995 return GetClangType().IsPointerType();
2001 return GetClangType().IsArrayType (NULL, NULL, NULL);
2007 return GetClangType().IsScalarType ();
2013 return GetClangType().IsIntegerType (is_signed);
2019 return GetClangType().IsPointerOrReferenceType ();
2030 return GetClangType().IsPossibleDynamicType (NULL, true, true);
2037 bool isObjCpointer = (((GetClangType().GetTypeInfo(NULL)) & mask) == mask);
2151 GetClangType(),
2367 ClangASTType clang_type = GetClangType();
2426 ClangASTType non_base_class_parent_clang_type = non_base_class_parent->GetClangType();
2647 ClangASTType root_clang_type = root->GetClangType();
2915 if (root->GetClangType().GetMinimumLanguage() == eLanguageTypeObjC
3121 ClangASTType root_clang_type = root->GetClangType();
3453 GetClangType(),
3487 ClangASTType clang_type = GetClangType();
3568 ClangASTType clang_type = GetClangType();