Lines Matching refs:Find
349 m_set.globals.Find(basename, in GetGlobalVariables()
357 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
369 m_set.objc_class_selectors.Find( in GetObjCMethods()
377 m_set.types.Find(class_name, in GetCompleteObjCClass()
384 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
392 m_set.types.Find(ConstString(name), in GetTypes()
399 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
409 if (!m_set.function_fullnames.Find( in GetFunctions()
421 if (!m_set.function_basenames.Find( in GetFunctions()
434 if (!m_set.function_methods.Find( in GetFunctions()
441 if (!m_set.function_selectors.Find( in GetFunctions()
452 if (!m_set.function_basenames.Find(regex, in GetFunctions()
455 if (!m_set.function_fullnames.Find(regex, in GetFunctions()