Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DType.cpp370 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local
DClangASTType.cpp1085 const TypedefType *typedef_type = qual_type->getAs<TypedefType>(); in GetTypeName() local
1672 const TypedefType *typedef_type = dyn_cast<TypedefType>(GetQualType()); in GetTypedefedType() local
6093 const TypedefType *typedef_type = qual_type->getAs<TypedefType>(); in DumpTypeDescription() local
/external/lldb/source/Expression/
DClangASTSource.cpp1827 if (const TypedefType *typedef_type = llvm::dyn_cast<TypedefType>(qual_type)) in AddTypeDecl() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7844 …else if (const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>(qual_type.get… in SearchDeclContext() local