Lines Matching refs:split
257 std::pair<StringRef, StringRef> Split = CompilerPath.split(':');
258 PrefixDirs.push_back(Split.first);
259 CompilerPath = Split.second;
301 std::pair<StringRef, StringRef> Split = Cur.split(',');
303 if (!Split.first.empty()) {
305 llvm::Triple(Split.first, "", "").getArch();
308 Diag(clang::diag::err_drv_invalid_arch_name) << Split.first;
313 Cur = Split.second;
1516 std::pair<StringRef, StringRef> Split = Name.split('.');
1518 GetTemporaryPath(Split.first, types::getTypeTempSuffix(JA.getType()));
1561 std::pair<StringRef, StringRef> Split = Name.split('.');
1563 GetTemporaryPath(Split.first, types::getTypeTempSuffix(JA.getType()));