Lines Matching defs:compiler
92 CompilerInstance compiler;
93 compiler.setInvocation(std::move(invocation));
94 compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
97 ASSERT_TRUE(compiler.ExecuteAction(test_action));
112 CompilerInstance compiler;
113 compiler.setInvocation(std::move(invocation));
114 compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
117 ASSERT_TRUE(compiler.ExecuteAction(test_action));
139 CompilerInstance compiler;
140 compiler.setInvocation(std::move(invocation));
141 compiler.createDiagnostics(*llvm::vfs::getRealFileSystem());
145 ASSERT_TRUE(compiler.ExecuteAction(test_action));