Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp109 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { in writeResponseFile()
138 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { in buildArgvForResponseFile()
290 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print()
H A DDriver.cpp2203 if (Cmd.getResponseFileSupport().ResponseKind == in setUpResponseFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h57 ResponseFileKind ResponseKind; member