Searched refs:type_cstr (Results 1 – 2 of 2) sorted by relevance
56 std::string type_cstr(type.AsCString()); in StripTypeName()57 StringLexer type_lexer(type_cstr); in StripTypeName()
1043 auto type_cstr = type_obj.GetDisplayTypeName(); in CreateVariable() local1073 EmplaceSafeString(object, "type", type_cstr ? type_cstr : NO_TYPENAME); in CreateVariable()