Searched refs:typedef_decl (Results 1 – 3 of 3) sorted by relevance
564 auto typedef_decl = TypeSystemClang::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType() local565 assert(typedef_decl); in CreateLLDBTypeFromPDBType()566 m_uid_to_decl[type.getSymIndexId()] = typedef_decl; in CreateLLDBTypeFromPDBType()
2035 TypedefDecl *typedef_decl = TypedefDecl::Create( in AddContextClassType() local2040 if (!typedef_decl) in AddContextClassType()2043 context.AddNamedDecl(typedef_decl); in AddContextClassType()
3786 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName() local3787 return ConstString(GetTypeNameForDecl(typedef_decl)); in GetTypeName()8500 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile() local8501 typedef_decl->dump(s.AsRawOstream()); in DumpFromSymbolFile()9189 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in DumpTypeDescription() local9191 typedef_decl->dump(llvm_ostrm); in DumpTypeDescription()9193 std::string clang_typedef_name(GetTypeNameForDecl(typedef_decl)); in DumpTypeDescription()