Searched refs:SCLPath (Results 1 – 1 of 1) sorted by relevance
220 std::string SCLPath = Arg->getValue(); in parseSpecialCaseListArg() local221 if (D.getVFS().exists(SCLPath)) { in parseSpecialCaseListArg()222 SCLFiles.push_back(SCLPath); in parseSpecialCaseListArg()224 D.Diag(clang::diag::err_drv_no_such_file) << SCLPath; in parseSpecialCaseListArg()1096 for (const auto &SCLPath : SCLFiles) { in addSpecialCaseListOpt() local1098 SCLOpt += SCLPath; in addSpecialCaseListOpt()