Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp367 InProcess = true; in CC1Command()
372 if (InProcess) in Print()
382 if (!InProcess) in Execute()
H A DDriver.cpp4087 J.InProcess = false; in BuildJobs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h164 bool InProcess = false; variable