Lines Matching refs:matching_modules
873 ModuleList matching_modules; in FindMatchingFunctions() local
878 matching_modules.Clear(); in FindMatchingFunctions()
879 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
881 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
895 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
900 matching_modules.Clear(); in FindMatchingFunctionSymbols()
901 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
902 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1113 ModuleList matching_modules; in DoExecute() local
1118 matching_modules.Clear(); in DoExecute()
1119 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1120 num_matches += matching_modules.ResolveSymbolContextForFilePath( in DoExecute()