Home
last modified time | relevance | path

Searched defs:DoRoundTripDefault (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp96 static constexpr bool DoRoundTripDefault = true; variable
98 static constexpr bool DoRoundTripDefault = false; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp790 bool DoRoundTripDefault = true; in RoundTrip() local