Searched refs:spec_string (Results 1 – 2 of 2) sorted by relevance
950 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument959 FileSpec module_file_spec(spec_string); in AddSpecification()967 m_module_spec.assign(spec_string); in AddSpecification()973 m_file_spec_up.reset(new FileSpec(spec_string)); in AddSpecification()977 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()982 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()987 m_function_spec.assign(spec_string); in AddSpecification()992 m_class_name.assign(spec_string); in AddSpecification()
337 bool AddSpecification(const char *spec_string, SpecificationType type);