Home
last modified time | relevance | path

Searched refs:SCLPath (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp183 std::string SCLPath = Arg->getValue(); in parseSpecialCaseListArg() local
184 if (D.getVFS().exists(SCLPath)) { in parseSpecialCaseListArg()
185 SCLFiles.push_back(SCLPath); in parseSpecialCaseListArg()
187 D.Diag(clang::diag::err_drv_no_such_file) << SCLPath; in parseSpecialCaseListArg()
937 for (const auto &SCLPath : SCLFiles) { in addSpecialCaseListOpt() local
939 SCLOpt += SCLPath; in addSpecialCaseListOpt()