Lines Matching refs:matching_modules
877 ModuleList matching_modules; in FindMatchingFunctions() local
882 matching_modules.Clear(); in FindMatchingFunctions()
883 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
885 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
899 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
904 matching_modules.Clear(); in FindMatchingFunctionSymbols()
905 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
906 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1117 ModuleList matching_modules; in DoExecute() local
1122 matching_modules.Clear(); in DoExecute()
1123 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1124 num_matches += matching_modules.ResolveSymbolContextForFilePath( in DoExecute()