Searched refs:spec_string (Results 1 – 2 of 2) sorted by relevance
953 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument962 FileSpec module_file_spec(spec_string); in AddSpecification()970 m_module_spec.assign(spec_string); in AddSpecification()976 m_file_spec_up = std::make_unique<FileSpec>(spec_string); in AddSpecification()980 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()985 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()990 m_function_spec.assign(spec_string); in AddSpecification()995 m_class_name.assign(spec_string); in AddSpecification()
346 bool AddSpecification(const char *spec_string, SpecificationType type);