Searched refs:typedef_type (Results 1 – 4 of 4) sorted by relevance
148 if (const TypedefType *typedef_type = in AddTypeDecl() local 150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl(); in AddTypeDecl()
511 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local512 if (typedef_type) in GetTypedefType()513 type_sp = typedef_type->shared_from_this(); in GetTypedefType()
3788 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local3789 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName()4681 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local4683 if (typedef_type) in GetTypedefedType()4684 return GetType(typedef_type->getDecl()->getUnderlyingType()); in GetTypedefedType()7393 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local7395 if (typedef_type) in GetAsTypedefDecl()7396 return typedef_type->getDecl(); in GetAsTypedefDecl()8906 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local8907 if (!typedef_type) in DumpTypeDescription()[all …]
1493 else if (auto typedef_type = in FindTypesByRegex() local1495 type_name = typedef_type->getName(); in FindTypesByRegex()