Searched refs:typedef_type (Results 1 – 12 of 12) sorted by relevance
148 if (const TypedefType *typedef_type = in AddTypeDecl() local150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl(); in AddTypeDecl()
405 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local406 if (typedef_type) in GetTypedefType()407 type_sp = typedef_type->shared_from_this(); in GetTypedefType()
356 bfd_boolean (*typedef_type) (void *, const char *); member
2435 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
2434 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
3826 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local3827 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName()4699 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local4701 if (typedef_type) in GetTypedefedType()4702 return GetType(typedef_type->getDecl()->getUnderlyingType()); in GetTypedefedType()7361 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local7363 if (typedef_type) in GetAsTypedefDecl()7364 return typedef_type->getDecl(); in GetAsTypedefDecl()9264 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local9265 if (!typedef_type) in DumpTypeDescription()[all …]
1507 else if (auto typedef_type = in FindTypesByRegex() local1509 type_name = typedef_type->getName(); in FindTypesByRegex()
3488 tree typedef_type = 0; local3664 typedef_type = type;4374 if (type != 0 && typedef_type != 04376 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
6989 tree typedef_type = NULL_TREE; in grokdeclarator() local7283 typedef_type = type; in grokdeclarator()8160 if (type && typedef_type in grokdeclarator()8162 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()8168 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()
10502 tree typedef_type = NULL_TREE; local11029 typedef_type = type;12144 if (type && typedef_type12146 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))12153 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
3914 tree typedef_type = 0; in grokdeclarator() local3988 typedef_type = type; in grokdeclarator()