Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h26 unsigned RewriteImports : 1; ///< Include contents of transitively-imported modules. variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6393 bool RewriteImports = Args.hasFlag(options::OPT_frewrite_imports, in ConstructJob() local