Searched refs:RSPQuoting (Results 1 – 1 of 1) sorted by relevance
6754 enum { Default, POSIX, Windows } RSPQuoting = Default; in expandResponseFiles() 6757 RSPQuoting = POSIX; in expandResponseFiles() 6759 RSPQuoting = Windows; in expandResponseFiles() 6768 if (RSPQuoting == Windows || (RSPQuoting == Default && ClangCLMode)) in expandResponseFiles() 6749 enum { Default, POSIX, Windows } RSPQuoting = Default; expandResponseFiles() local