Lines Matching defs:Results
45 ReplCompletionConsumer(std::vector<std::string> &Results,
49 CCTUInfo(CCAllocator), Results(Results), CC(CC) {}
65 std::vector<std::string> &Results;
76 std::vector<std::string> &Results;
83 std::vector<std::string> &Results)
84 : CCC(CCC), Results(Results), S(S) {}
88 /// stores it in Results.
92 Results.push_back(Result.Declaration->getName().str());
107 Results.push_back(VD->getName().str());
113 Results.push_back(VD->getName().str());
119 /// stores it in Results.
127 Results.push_back(Result.Keyword);
131 /// stores it in Results.
135 /// it in Results.
142 std::vector<std::string> &Results)
143 : CompletionContextHandler(S, CCC, Results) {}
155 Results.push_back(ID->getName().str());
175 CCH.reset(new DotMemberAccessHandler(S, Context, this->Results));
178 CCH.reset(new CompletionContextHandler(S, Context, this->Results));
206 std::sort(Results.begin(), Results.end());