Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp524 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local
525 if (typedef_type) in GetTypedefType()
526 type_sp = typedef_type->shared_from_this(); in GetTypedefType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3814 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local
3815 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName()
4712 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local
4714 if (typedef_type) in GetTypedefedType()
4715 return GetType(typedef_type->getDecl()->getUnderlyingType()); in GetTypedefedType()
7312 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local
7314 if (typedef_type) in GetAsTypedefDecl()
7315 return typedef_type->getDecl(); in GetAsTypedefDecl()
8828 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local
8829 if (!typedef_type) in DumpTypeDescription()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1478 else if (auto typedef_type = in FindTypesByRegex() local
1480 type_name = typedef_type->getName(); in FindTypesByRegex()