Home | History | Annotate | Download | only in CodeGen

Lines Matching full:diags

32     DiagnosticsEngine &Diags;
40 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName,
42 : Diags(diags), CodeGenOpts(CGO),
62 Diags));
104 if (Diags.hasErrorOccurred()) {
114 if (Diags.hasErrorOccurred())
121 if (Diags.hasErrorOccurred())
144 CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
149 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C);