Lines Matching refs:matching_modules
885 ModuleList matching_modules; in FindMatchingFunctions() local
890 matching_modules.Clear(); in FindMatchingFunctions()
891 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
892 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
908 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
913 matching_modules.Clear(); in FindMatchingFunctionSymbols()
914 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
915 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1161 ModuleList matching_modules; in DoExecute() local
1166 matching_modules.Clear(); in DoExecute()
1167 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1168 num_matches += matching_modules.ResolveSymbolContextForFilePath( in DoExecute()