Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Best

1149         SmallVector<StringRef, 2> Best;
1160 Best.clear();
1164 Best.push_back((*J)->Name);
1169 if (Best.size() == 1) {
1172 << Path[I].first << Module->getFullModuleName() << Best[0]
1175 Best[0]);
1177 Sub = Module->findSubmodule(Best[0]);