Searched refs:type_cstr (Results 1 – 3 of 3) sorted by relevance
57 char *type_cstr, *parameters_cstr; in GetNextTarget() local59 &type_cstr, ¶meters_cstr); in GetNextTarget()61 if (type_cstr) in GetNextTarget()62 *type = std::string(type_cstr); in GetNextTarget()
56 std::string type_cstr(type.AsCString()); in StripTypeName()57 StringLexer type_lexer(type_cstr); in StripTypeName()
976 auto type_cstr = v.GetType().GetDisplayTypeName(); in CreateVariable() local977 EmplaceSafeString(object, "type", type_cstr ? type_cstr : NO_TYPENAME); in CreateVariable()