Home | History | Annotate | Download | only in Core

Lines Matching defs:clang_type

286     ClangASTType clang_type(GetClangTypeImpl());
293 return clang_type;
299 if (clang_type.IsObjCObjectPointerType(&class_type))
303 else if (clang_type.IsObjCObjectOrInterfaceType())
305 class_type = clang_type;
309 return clang_type;
353 return clang_type;
779 ClangASTType clang_type = GetClangType();
782 if (clang_type)
784 if (clang_type.IsFunctionPointerType ())
1122 ClangASTType clang_type = GetClangType();
1137 if (clang_type.IsArrayType(NULL, &array_size, NULL))
1281 ClangASTType clang_type = GetClangType();
1282 if (clang_type)
1285 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType ())
1334 ClangASTType clang_type = GetClangType ();
1335 if (clang_type)
1341 Flags type_flags(clang_type.GetTypeInfo(NULL));
1360 clang_type.DumpTypeValue (&sstr, // The stream to use for display
2316 ClangASTType clang_type = GetClangType();
2318 bool this_had_base_class = clang_type.GetCXXClassName (cxx_class_name);
3368 ClangASTType clang_type = valobj->GetClangType();
3369 const Flags type_flags (clang_type.GetTypeInfo ());
3725 ClangASTType clang_type = GetClangType();
3730 child_clang_type = clang_type.GetChildClangTypeAtIndex (&exe_ctx,
3806 ClangASTType clang_type = GetClangType();
3807 if (clang_type)
3813 clang_type.GetPointerType(),