Searched refs:m_function_spec (Results 1 – 2 of 2) sorted by relevance
663 m_function_spec (), in SymbolContextSpecifier()737 m_function_spec.assign(spec_string); in AddSpecification()758 m_function_spec.clear(); in Clear()833 ConstString func_name(m_function_spec.c_str()); in SymbolContextMatches()944 s->Printf ("Function: %s.\n", m_function_spec.c_str()); in GetDescription()
397 std::string m_function_spec; variable