Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp958 PreprocessorOptions &ImportingPPOpts in compileModuleImpl() local
960 if (!ImportingPPOpts.FailedModules) in compileModuleImpl()
961 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl()
962 PPOpts.FailedModules = ImportingPPOpts.FailedModules; in compileModuleImpl()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1107 PreprocessorOptions &ImportingPPOpts local
1109 if (!ImportingPPOpts.FailedModules)
1110 ImportingPPOpts.FailedModules =
1112 PPOpts.FailedModules = ImportingPPOpts.FailedModules;