Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp922 PreprocessorOptions &ImportingPPOpts in compileModuleImpl() local
924 if (!ImportingPPOpts.FailedModules) in compileModuleImpl()
925 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl()
926 PPOpts.FailedModules = ImportingPPOpts.FailedModules; in compileModuleImpl()