Lines Matching refs:Find
364 m_set.globals.Find(basename, offsets); in GetGlobalVariables()
370 m_set.globals.Find(regex, offsets); in GetGlobalVariables()
382 m_set.objc_class_selectors.Find(class_name, offsets); in GetObjCMethods()
389 m_set.types.Find(class_name, offsets); in GetCompleteObjCClass()
394 m_set.types.Find(name, offsets); in GetTypes()
400 m_set.types.Find(ConstString(context[0].name), offsets); in GetTypes()
405 m_set.namespaces.Find(name, offsets); in GetNamespaces()
416 m_set.function_basenames.Find(name, offsets); in GetFunctions()
417 m_set.function_methods.Find(name, offsets); in GetFunctions()
418 m_set.function_fullnames.Find(name, offsets); in GetFunctions()
429 m_set.function_basenames.Find(name, offsets); in GetFunctions()
442 m_set.function_methods.Find(name, offsets); in GetFunctions()
452 m_set.function_selectors.Find(name, offsets); in GetFunctions()
464 m_set.function_basenames.Find(regex, offsets); in GetFunctions()
465 m_set.function_fullnames.Find(regex, offsets); in GetFunctions()