Lines Matching refs:matching_modules
880 ModuleList matching_modules; in FindMatchingFunctions() local
885 matching_modules.Clear(); in FindMatchingFunctions()
886 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
888 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
902 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
907 matching_modules.Clear(); in FindMatchingFunctionSymbols()
908 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
909 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1147 ModuleList matching_modules; in DoExecute() local
1152 matching_modules.Clear(); in DoExecute()
1153 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1154 num_matches += matching_modules.ResolveSymbolContextForFilePath( in DoExecute()