HomeSort by relevance Sort by last modified time
    Searched defs:typedef_type (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
Type.cpp 370 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); local
371 if (typedef_type)
372 type_sp = typedef_type->shared_from_this();
694 Type::CreateClangTypedefType (Type *typedef_type, Type *base_type)
696 assert(typedef_type && base_type);
697 return GetClangASTContext().CreateTypedefType (typedef_type->GetName().AsCString(),
699 typedef_type->GetSymbolFile()->GetClangDeclContextContainingTypeUID(typedef_type->GetID()));
ClangASTType.cpp 1085 const TypedefType *typedef_type = qual_type->getAs<TypedefType>(); local
1672 const TypedefType *typedef_type = dyn_cast<TypedefType>(GetQualType()); local
    [all...]

Completed in 61 milliseconds