Lines Matching full:foos
2524 /// 1) for (const foo &x : foos) where foos only returns a copy. Suggest2526 /// 2) for (const bar &x : foos) where bar is a temporary intialized by bar.2529 /// 3) for (const foo x : foos) where x is constructed from a reference foo.