Lines Matching refs:targets
145 std::vector<FQName>* targets) const;
177 std::vector<FQName>* targets) const {
180 targets->push_back(fqName.getPackageAndVersion());
184 targets->push_back(fqName);
187 status_t err = coordinator->appendPackageInterfacesToVector(fqName, targets);
192 status_t err = appendPerTypeTargets(fqName, coordinator, targets);
201 err = appendPerTypeTargets(packageInterface, coordinator, targets);
213 std::vector<FQName> targets;
214 status_t err = appendTargets(fqName, coordinator, &targets);
217 for (const FQName& fqName : targets) {
229 std::vector<FQName> targets;
230 status_t err = appendTargets(fqName, coordinator, &targets);
233 for (const FQName& fqName : targets) {
254 // a main file for most targets, we are just outputting a depfile for one single file only.