reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 CInvok.reset(new CompilerInvocation(CI.getInvocation())); 129 CInvok->getPreprocessorOpts().ChainedIncludes.clear(); 130 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); 131 CInvok->getPreprocessorOpts().DisablePCHValidation = true; 132 CInvok->getPreprocessorOpts().Includes.clear(); 133 CInvok->getPreprocessorOpts().MacroIncludes.clear(); 134 CInvok->getPreprocessorOpts().Macros.clear(); 136 CInvok->getFrontendOpts().Inputs.clear(); 138 CInvok->getFrontendOpts().Inputs.push_back(InputFile); 148 Clang->setInvocation(std::move(CInvok));