Lines Matching refs:Find
359 m_set.globals.Find(basename, in GetGlobalVariables()
367 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
380 m_set.objc_class_selectors.Find( in GetObjCMethods()
388 m_set.types.Find(class_name, in GetCompleteObjCClass()
395 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
403 m_set.types.Find(ConstString(name), in GetTypes()
410 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
420 if (!m_set.function_fullnames.Find( in GetFunctions()
432 if (!m_set.function_basenames.Find( in GetFunctions()
445 if (!m_set.function_methods.Find( in GetFunctions()
452 if (!m_set.function_selectors.Find( in GetFunctions()
463 if (!m_set.function_basenames.Find(regex, in GetFunctions()
466 if (!m_set.function_fullnames.Find(regex, in GetFunctions()