Searched refs:ctf_typedef (Results 1 – 1 of 1) sorted by relevance
412 SymbolFileCTF::CreateTypedef(const CTFTypedef &ctf_typedef) { in CreateTypedef() argument413 Type *underlying_type = ResolveTypeUID(ctf_typedef.type); in CreateTypedef()417 ctf_typedef.type), in CreateTypedef()423 ctf_typedef.name.data(), m_ast->CreateDeclContext(decl_ctx), 0); in CreateTypedef()426 return MakeType(ctf_typedef.uid, ConstString(ctf_typedef.name), 0, nullptr, in CreateTypedef()