Home | History | Annotate | Download | only in Core

Lines Matching refs:type_name_cstr

805     const char *type_name_cstr = name.GetCString();
810 if (Type::GetTypeScopeAndBasename (type_name_cstr, type_scope, type_basename, type_class))
834 // The "type_name_cstr" will have been modified if we have a valid type class
836 num_matches = FindTypes_Impl(sc, ConstString(type_name_cstr), NULL, append, max_matches, types);