HomeSort by relevance Sort by last modified time
    Searched full:typedef_type (Results 1 - 5 of 5) 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...]
  /external/lldb/include/lldb/Symbol/
Type.h 267 CreateClangTypedefType (Type *typedef_type, Type *base_type);
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 2411 milliseconds