Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp366 InProcess = true; in CC1Command()
371 if (InProcess) in Print()
381 if (!InProcess) in Execute()
H A DDriver.cpp4070 J.InProcess = false; in BuildJobs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h163 bool InProcess = false; variable