Searched refs:spec_string (Results 1 – 2 of 2) sorted by relevance
988 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument997 FileSpec module_file_spec(spec_string); in AddSpecification()1005 m_module_spec.assign(spec_string); in AddSpecification()1011 m_file_spec_ap.reset(new FileSpec(spec_string)); in AddSpecification()1015 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()1020 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()1025 m_function_spec.assign(spec_string); in AddSpecification()1030 m_class_name.assign(spec_string); in AddSpecification()
407 bool AddSpecification(const char *spec_string, SpecificationType type);