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.cpp6622 enum { Default, POSIX, Windows } RSPQuoting = Default; in expandResponseFiles() local
6625 RSPQuoting = POSIX; in expandResponseFiles()
6627 RSPQuoting = Windows; in expandResponseFiles()
6636 if (RSPQuoting == Windows || (RSPQuoting == Default && ClangCLMode)) in expandResponseFiles()