Searched refs:SCLPath (Results 1 – 1 of 1) sorted by relevance
182 std::string SCLPath = Arg->getValue(); in parseSpecialCaseListArg() local183 if (D.getVFS().exists(SCLPath)) { in parseSpecialCaseListArg()184 SCLFiles.push_back(SCLPath); in parseSpecialCaseListArg()186 D.Diag(clang::diag::err_drv_no_such_file) << SCLPath; in parseSpecialCaseListArg()919 for (const auto &SCLPath : SCLFiles) { in addSpecialCaseListOpt() local921 SCLOpt += SCLPath; in addSpecialCaseListOpt()