Lines Matching refs:matching_modules
918 ModuleList matching_modules; in FindMatchingFunctions() local
923 matching_modules.Clear(); in FindMatchingFunctions()
924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
925 num_matches += matching_modules.FindFunctions( in FindMatchingFunctions()
943 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
948 matching_modules.Clear(); in FindMatchingFunctionSymbols()
949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
950 num_matches += matching_modules.FindFunctionSymbols( in FindMatchingFunctionSymbols()
1200 ModuleList matching_modules; in DoExecute() local
1205 matching_modules.Clear(); in DoExecute()
1206 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1207 num_matches += matching_modules.ResolveSymbolContextForFilePath( in DoExecute()