Lines Matching refs:Find
390 m_set.globals.Find(basename, in GetGlobalVariables()
398 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
410 m_set.objc_class_selectors.Find( in GetObjCMethods()
418 m_set.types.Find(class_name, in GetCompleteObjCClass()
425 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
433 m_set.types.Find(ConstString(name), in GetTypes()
440 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
452 if (!m_set.function_fullnames.Find( in GetFunctions()
464 if (!m_set.function_basenames.Find( in GetFunctions()
477 if (!m_set.function_methods.Find( in GetFunctions()
484 if (!m_set.function_selectors.Find( in GetFunctions()
495 if (!m_set.function_basenames.Find(regex, in GetFunctions()
498 if (!m_set.function_fullnames.Find(regex, in GetFunctions()