Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Diags

32     DiagnosticsEngine &Diags;
41 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string& ModuleName,
43 : Diags(diags), CodeGenOpts(CGO),
76 Diags));
83 if (Diags.hasErrorOccurred())
90 if (Diags.hasErrorOccurred())
106 if (Diags.hasErrorOccurred())
127 if (Diags.hasErrorOccurred())
134 if (Diags.hasErrorOccurred())
143 if (Diags.hasErrorOccurred()) {
155 if (Diags.hasErrorOccurred())
162 if (Diags.hasErrorOccurred())
188 CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
193 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C);