Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp7179 enum { Default, POSIX, Windows } RSPQuoting = Default; in expandResponseFiles() local
7182 RSPQuoting = POSIX; in expandResponseFiles()
7184 RSPQuoting = Windows; in expandResponseFiles()
7193 if (RSPQuoting == Windows || (RSPQuoting == Default && ClangCLMode)) in expandResponseFiles()