Home
last modified time | relevance | path

Searched refs:typedef_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp148 if (const TypedefType *typedef_type = in AddTypeDecl() local
150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl(); in AddTypeDecl()
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp511 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType()
512 if (typedef_type)
513 type_sp = typedef_type->shared_from_this(); in GetFormat()
506 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); GetTypedefType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3788 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeInfo()
3789 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeInfo()
4681 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetBitSize()
4683 if (typedef_type) in GetBitSize()
4684 return GetType(typedef_type->getDecl()->getUnderlyingType()); in GetBitSize()
7393 const clang::TypedefType *typedef_type = in BuildIndirectFields()
7395 if (typedef_type) in BuildIndirectFields()
7396 return typedef_type->getDecl(); in BuildIndirectFields()
8906 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in LayoutRecordType()
8907 if (!typedef_type) in LayoutRecordType()
3751 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { GetTypeName() local
4624 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( GetTypedefedType() local
7236 const clang::TypedefType *typedef_type = GetAsTypedefDecl() local
8720 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); DumpTypeDescription() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1493 else if (auto typedef_type = in FindTypesByRegex() local
1495 type_name = typedef_type->getName(); in FindTypesByRegex()