Lines Matching defs:Compiler
185 CompilerInstance Compiler;
186 Compiler.setInvocation(std::move(Invocation));
187 Compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
193 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
246 CompilerInstance Compiler;
247 Compiler.setInvocation(std::move(Invocation));
249 Compiler.createDiagnostics(*llvm::vfs::getRealFileSystem(), TDC,
251 Compiler.setExternalSemaSource(new TypoExternalSemaSource(Compiler));
254 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
280 CompilerInstance Compiler;
281 Compiler.setInvocation(std::move(Invocation));
282 Compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
285 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
290 Compiler.getModuleCache().getPCMState(PCHFilename));
293 Compiler.getModuleCache().getPCMState(PCHFilename));