Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Best

1012         llvm::SmallVector<StringRef, 2> Best;
1023 Best.clear();
1027 Best.push_back((*J)->Name);
1032 if (Best.size() == 1) {
1035 << Path[I].first << Module->getFullModuleName() << Best[0]
1038 Best[0]);
1040 Sub = Module->findSubmodule(Best[0]);