Searched refs:FailedModules (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h141 IntrusiveRefCntPtr<FailedModulesSet> FailedModules; member in class:clang::PreprocessorOptions
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp840 if (!ImportingPPOpts.FailedModules)
841 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet;
842 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1221 if (getPreprocessorOpts().FailedModules &&
1222 getPreprocessorOpts().FailedModules->hasAlreadyFailed(ModuleName)) {
1247 if (getPreprocessorOpts().FailedModules)
1248 getPreprocessorOpts().FailedModules->addFailed(ModuleName);

Completed in 48 milliseconds