Searched defs:ImportingPPOpts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp813 PreprocessorOptions &ImportingPPOpts local
815 if (!ImportingPPOpts.FailedModules)
816 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet;
817 PPOpts.FailedModules = ImportingPPOpts.FailedModules;

Completed in 67 milliseconds